aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMohan Embar <gnustuff@thisiscool.com>2003-10-06 03:40:08 +0000
committerMohan Embar <membar@gcc.gnu.org>2003-10-06 03:40:08 +0000
commit6691a79e0687f631d0d99f539429d2acdfbf9234 (patch)
tree796d96198d1c4a8e3116eba1800ed180d7f4ea09 /Makefile.in
parent6e08ecd16c43f224aa7ed4f8fa213ad0e530da0f (diff)
downloadgcc-6691a79e0687f631d0d99f539429d2acdfbf9234.zip
gcc-6691a79e0687f631d0d99f539429d2acdfbf9234.tar.gz
gcc-6691a79e0687f631d0d99f539429d2acdfbf9234.tar.bz2
configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
* configure.in: Allow explicit specification of CFLAGS_FOR_BUILD. * configure: Rebuilt * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure * Makefile.in: Rebuilt From-SVN: r72130
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index d08c169..dec58e0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -142,7 +142,7 @@ PWD_COMMAND = $${PWDCMD-pwd}
# compilers to use to create programs which must be run in the build
# environment.
CC_FOR_BUILD = @CC_FOR_BUILD@
-CFLAGS_FOR_BUILD = $(CFLAGS)
+CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
CXX_FOR_BUILD = $(CXX)