mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-29 22:30:33 +00:00
Removed the LIBS environment variable as it interferes with the tests and
is currently unused. llvm-svn: 7022
This commit is contained in:
parent
f0fdaa27c9
commit
7ae6f454e1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user