2006-06-15 Paolo Bonzini <bonzini@gnu.org>
authorPaolo Bonzini <bonzini@gnu.org>
Thu, 15 Jun 2006 06:25:23 +0000 (06:25 +0000)
committerPaolo Bonzini <bonzini@gnu.org>
Thu, 15 Jun 2006 06:25:23 +0000 (06:25 +0000)
* Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
too.
* Makefile.in: Regenerate.

ChangeLog
Makefile.in
Makefile.tpl

index 70a0978d91bbcef10e9e797729eb29db3e22d801..661380ac4dce82201070d6ffaa003debd5456b9c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
+
+       * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
+       too.
+       * Makefile.in: Regenerate.
+
 2006-06-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
 
        Sync from gcc:
@@ -77,6 +83,7 @@
        * config-ml.in: Alter CCASFLAGS to include special
        multilib options the same as is done for CFLAGS.
 
+>>>>>>> 1.659
 2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * Makefile.def: Added dependencies from sim and gdb on intl, and
index 2cbfbdb91224ec527dafe1219de269e576446032..432f03dd16ad521112d89f22a96402b3e6ad9405 100644 (file)
@@ -177,7 +177,9 @@ POSTSTAGE1_HOST_EXPORTS = \
        CC_FOR_BUILD="$(STAGE_CC_WRAPPER) \
          $$r/$(HOST_SUBDIR)/prev-gcc/xgcc$(exeext) \
          -B$$r/$(HOST_SUBDIR)/prev-gcc/ \
-         -B$(build_tooldir)/bin/"; export CC_FOR_BUILD;
+         -B$(build_tooldir)/bin/"; export CC_FOR_BUILD; \
+       CFLAGS="$(BOOT_CFLAGS)"; export CFLAGS; \
+       LDFLAGS="$(BOOT_LDFLAGS)"; export LDFLAGS;
 
 # Target libraries are put under this directory:
 TARGET_SUBDIR = @target_subdir@
index 8f1a7bc6d3a9de55b650e9bd65529748385ba42c..f5ab350bad6e966cadd5611d4342fecd6a53aad6 100644 (file)
@@ -180,7 +180,9 @@ POSTSTAGE1_HOST_EXPORTS = \
        CC_FOR_BUILD="$(STAGE_CC_WRAPPER) \
          $$r/$(HOST_SUBDIR)/prev-gcc/xgcc$(exeext) \
          -B$$r/$(HOST_SUBDIR)/prev-gcc/ \
-         -B$(build_tooldir)/bin/"; export CC_FOR_BUILD;
+         -B$(build_tooldir)/bin/"; export CC_FOR_BUILD; \
+       CFLAGS="$(BOOT_CFLAGS)"; export CFLAGS; \
+       LDFLAGS="$(BOOT_LDFLAGS)"; export LDFLAGS;
 
 # Target libraries are put under this directory:
 TARGET_SUBDIR = @target_subdir@
This page took 0.051361 seconds and 4 git commands to generate.