mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01: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…
x
Reference in New Issue
Block a user