mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 00:32:55 +00:00
Removed the LIBS environment variable as it interferes with the tests and
is currently unused. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7022 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dd899fafc4
commit
49bf862719
@ -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