mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 21:32:10 +00:00
The Makefile now adds autoconf information to the compiler and linker flag
variables instead of overwriting those variables. This makes it more flexible and keeps some of the test Makefiles from breaking. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7025 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f4ccd99310
commit
b812e76b56
@ -26,14 +26,14 @@ CC := @CC@
|
||||
#
|
||||
# Compilation flags for the C and C++ compilers.
|
||||
#
|
||||
CPPFLAGS=@DEFS@
|
||||
CCFLAGS=@DEFS@
|
||||
LDFLAGS=@LDFLAGS@
|
||||
CPPFLAGS+=@DEFS@
|
||||
CCFLAGS+=@DEFS@
|
||||
LDFLAGS+=@LDFLAGS@
|
||||
|
||||
#
|
||||
# Removed since it prevents the tests from working properly.
|
||||
#
|
||||
#LIBS=@LIBS@
|
||||
#LIBS+=@LIBS@
|
||||
|
||||
#
|
||||
# Libraries needed by tools
|
||||
|
Loading…
Reference in New Issue
Block a user