diff options
author | Mohan Embar <gnustuff@thisiscool.com> | 2003-10-06 03:40:08 +0000 |
---|---|---|
committer | Mohan Embar <membar@gcc.gnu.org> | 2003-10-06 03:40:08 +0000 |
commit | 6691a79e0687f631d0d99f539429d2acdfbf9234 (patch) | |
tree | 796d96198d1c4a8e3116eba1800ed180d7f4ea09 /Makefile.tpl | |
parent | 6e08ecd16c43f224aa7ed4f8fa213ad0e530da0f (diff) | |
download | gcc-6691a79e0687f631d0d99f539429d2acdfbf9234.tar.gz |
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.tpl')
-rw-r--r-- | Makefile.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.tpl b/Makefile.tpl index 05626e7450a..194274fe09d 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -145,7 +145,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) |