summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-07-01 15:02:59 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-07-01 15:02:59 +0000
commitb812e76b56f96815c08b850fd688ff835862b22a (patch)
treef9aeb0ff193cea46ef05f8febc1737822a6c6590
parentf4ccd993106d450ba536c4d65d2bf117cdf6f409 (diff)
downloadllvm-b812e76b56f96815c08b850fd688ff835862b22a.tar.gz
llvm-b812e76b56f96815c08b850fd688ff835862b22a.tar.bz2
llvm-b812e76b56f96815c08b850fd688ff835862b22a.tar.xz
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
-rw-r--r--Makefile.config.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index 7c85e10c0b..9480219db8 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -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