summaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2012-08-03 05:18:00 +0000
committerEric Christopher <echristo@apple.com>2012-08-03 05:18:00 +0000
commitcbd84f7d8309996d1f5802c9fc54edaf4283bd57 (patch)
tree82b438dc5a89f7194bee8c251f5b3a56a9a33f01 /Makefile.config.in
parentd49edb7ab098fa0c82f59efbcf1b4eb2958f8dc3 (diff)
downloadllvm-cbd84f7d8309996d1f5802c9fc54edaf4283bd57.tar.gz
llvm-cbd84f7d8309996d1f5802c9fc54edaf4283bd57.tar.bz2
llvm-cbd84f7d8309996d1f5802c9fc54edaf4283bd57.tar.xz
Add a BUILD_FLAGS variable so that autoconf checks have a place
to store additional flag options since too many things can and do override CPPFLAGS. Also, this is exported, unlike CPPFLAGS so it can be actually used elsewhere. This should enable us to remove the AC_SUBSTs in the intel checks, but I have no way of testing it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161233 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index cc538b3f42..a0c860776d 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -196,6 +196,7 @@ ZIP := @ZIP@
HAVE_PTHREAD := @HAVE_PTHREAD@
LIBS := @LIBS@
+BUILD_FLAGS := @BUILD_FLAGS@
# Targets that we should build
TARGETS_TO_BUILD=@TARGETS_TO_BUILD@