aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2003-10-08 21:29:04 +0000
committerDJ Delorie <dj@redhat.com>2003-10-08 21:29:04 +0000
commite9ea9dec2ce47789a3080d828ee7c9d02034ce71 (patch)
tree75a583b35d087a0e64e10d58930377574841ff92 /Makefile.in
parentd1472f0ab5b87535cc9017e81f90a01ce970ddd7 (diff)
downloadnewlib-e9ea9dec2ce47789a3080d828ee7c9d02034ce71.zip
newlib-e9ea9dec2ce47789a3080d828ee7c9d02034ce71.tar.gz
newlib-e9ea9dec2ce47789a3080d828ee7c9d02034ce71.tar.bz2
2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
* configure.in: Allow explicit specification of CFLAGS_FOR_BUILD. * configure: Rebuilt * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure * Makefile.in: Rebuilt
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)