2006-06-15 Paolo Bonzini <bonzini@gnu.org>
* Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS too. * Makefile.in: Regenerate.
This commit is contained in:
parent
4dc0c0c4e5
commit
71205cf04b
|
@ -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>
|
2006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
|
||||||
|
|
||||||
Sync from gcc:
|
Sync from gcc:
|
||||||
|
@ -77,6 +83,7 @@
|
||||||
* config-ml.in: Alter CCASFLAGS to include special
|
* config-ml.in: Alter CCASFLAGS to include special
|
||||||
multilib options the same as is done for CFLAGS.
|
multilib options the same as is done for CFLAGS.
|
||||||
|
|
||||||
|
>>>>>>> 1.659
|
||||||
2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
|
2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
* Makefile.def: Added dependencies from sim and gdb on intl, and
|
* Makefile.def: Added dependencies from sim and gdb on intl, and
|
||||||
|
|
|
@ -177,7 +177,9 @@ POSTSTAGE1_HOST_EXPORTS = \
|
||||||
CC_FOR_BUILD="$(STAGE_CC_WRAPPER) \
|
CC_FOR_BUILD="$(STAGE_CC_WRAPPER) \
|
||||||
$$r/$(HOST_SUBDIR)/prev-gcc/xgcc$(exeext) \
|
$$r/$(HOST_SUBDIR)/prev-gcc/xgcc$(exeext) \
|
||||||
-B$$r/$(HOST_SUBDIR)/prev-gcc/ \
|
-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 libraries are put under this directory:
|
||||||
TARGET_SUBDIR = @target_subdir@
|
TARGET_SUBDIR = @target_subdir@
|
||||||
|
|
|
@ -180,7 +180,9 @@ POSTSTAGE1_HOST_EXPORTS = \
|
||||||
CC_FOR_BUILD="$(STAGE_CC_WRAPPER) \
|
CC_FOR_BUILD="$(STAGE_CC_WRAPPER) \
|
||||||
$$r/$(HOST_SUBDIR)/prev-gcc/xgcc$(exeext) \
|
$$r/$(HOST_SUBDIR)/prev-gcc/xgcc$(exeext) \
|
||||||
-B$$r/$(HOST_SUBDIR)/prev-gcc/ \
|
-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 libraries are put under this directory:
|
||||||
TARGET_SUBDIR = @target_subdir@
|
TARGET_SUBDIR = @target_subdir@
|
||||||
|
|
Loading…
Reference in New Issue