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.

llvm-svn: 7025
This commit is contained in:
John Criswell 2003-07-01 15:02:59 +00:00
parent 53ded3e020
commit 8a5db79559

View File

@ -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