Add a BUILD_FLAGS variable so that autoconf checks have a place
authorEric Christopher <echristo@apple.com>
Fri, 3 Aug 2012 05:18:00 +0000 (05:18 +0000)
committerEric Christopher <echristo@apple.com>
Fri, 3 Aug 2012 05:18:00 +0000 (05:18 +0000)
commitcbd84f7d8309996d1f5802c9fc54edaf4283bd57
tree82b438dc5a89f7194bee8c251f5b3a56a9a33f01
parentd49edb7ab098fa0c82f59efbcf1b4eb2958f8dc3
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
Makefile.config.in
Makefile.rules
autoconf/configure.ac
configure