diff options
author | membar <membar@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-06 03:40:08 +0000 |
---|---|---|
committer | membar <membar@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-06 03:40:08 +0000 |
commit | d8e9ea04b7a9471ff3e0004679650b10369bdbf9 (patch) | |
tree | 796d96198d1c4a8e3116eba1800ed180d7f4ea09 /Makefile.tpl | |
parent | 0b5fb5f8b4a5bdb419fb61072749f179f76346be (diff) | |
download | gcc-d8e9ea04b7a9471ff3e0004679650b10369bdbf9.tar.gz |
* configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
* configure: Rebuilt
* Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
* Makefile.in: Rebuilt
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72130 138bc75d-0d04-0410-961f-82ee72b054a4
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) |