1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

Removed the LIBS environment variable as it interferes with the tests and

is currently unused.

llvm-svn: 7022
This commit is contained in:
John Criswell 2003-06-30 22:33:53 +00:00
parent f0fdaa27c9
commit 7ae6f454e1

View File

@ -29,7 +29,11 @@ CC := @CC@
CPPFLAGS=@DEFS@
CCFLAGS=@DEFS@
LDFLAGS=@LDFLAGS@
LIBS=@LIBS@
#
# Removed since it prevents the tests from working properly.
#
#LIBS=@LIBS@
#
# Libraries needed by tools