X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=Makefile.in;h=432f03dd16ad521112d89f22a96402b3e6ad9405;hb=caee866aace2a8f24c64b03cdfaa8b0eaf6fba1d;hp=2cbfbdb91224ec527dafe1219de269e576446032;hpb=4f0ef2d88b484966e5203cb6258aa1195be49688;p=deliverable%2Fbinutils-gdb.git diff --git a/Makefile.in b/Makefile.in index 2cbfbdb912..432f03dd16 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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@