diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2006-06-15 06:26:59 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gcc.gnu.org> | 2006-06-15 06:26:59 +0000 |
commit | ec6c73926468e6de525d3be6810508990959c2b8 (patch) | |
tree | 94d2bc0b48e63617c3f931843f720650b6acac62 /gcc/Makefile.in | |
parent | e6bd55657aa22a960174d604e2b363e7600d7aff (diff) | |
download | gcc-ec6c73926468e6de525d3be6810508990959c2b8.zip gcc-ec6c73926468e6de525d3be6810508990959c2b8.tar.gz gcc-ec6c73926468e6de525d3be6810508990959c2b8.tar.bz2 |
Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS too.
2006-06-15 Paolo Bonzini <bonzini@gnu.org>
* Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
too.
* Makefile.in: Regenerate.
gcc:
2006-06-15 Paolo Bonzini <bonzini@gnu.org>
* configure.ac (CFLAGS): Get them from the toplevel or from the
configure invocation.
* configure: Regenerate.
* Makefile.in (CFLAGS): Substitute value provided by configure.
From-SVN: r114673
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r-- | gcc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index ef56ea3..e358be7 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -149,7 +149,7 @@ BOOT_LANGUAGES = c @all_boot_languages@ # TCFLAGS is used for compilations with the GCC just built. XCFLAGS = TCFLAGS = -CFLAGS = -g +CFLAGS = @CFLAGS@ LDFLAGS = @LDFLAGS@ STAGE1_CFLAGS = -g @stage1_cflags@ STAGE1_CHECKING = -DENABLE_CHECKING -DENABLE_ASSERT_CHECKING |