2007-06-13 Mike Frysinger <vapier@gentoo.org>
[deliverable/binutils-gdb.git] / Makefile.def
index 986b1eda0ee36c9562f3ec2ab1552a1c73362ccb..6436272ae9c0c439ea5bf15012c852b140529710 100644 (file)
@@ -506,31 +506,31 @@ bootstrap_stage = {
        //   compiler probably has never heard of them.
        stage_configure_flags='--disable-intermodule $(STAGE1_CHECKING) \
          --disable-coverage --enable-languages="$(STAGE1_LANGUAGES)"' ;
-       stage_make_flags='CFLAGS="$(STAGE1_CFLAGS)" LIBCFLAGS="$(STAGE1_CFLAGS)"' ; };
+       stage_cflags='$(STAGE1_CFLAGS)' ; };
 bootstrap_stage = {
        id=2 ; prev=1 ;
        bootstrap_target=bootstrap2 ;
        stage_configure_flags="@stage2_werror_flag@" ;
-       stage_make_flags="" ; };
+       stage_cflags="$(BOOT_CFLAGS)" ; };
 bootstrap_stage = {
        id=3 ; prev=2 ; lean=1 ;
        compare_target=compare ;
        bootstrap_target=bootstrap ;
        cleanstrap_target=cleanstrap ;
        stage_configure_flags="@stage2_werror_flag@" ;
-       stage_make_flags="" ; };
+       stage_cflags="$(BOOT_CFLAGS)" ; };
 bootstrap_stage = {
        id=4 ; prev=3 ; lean=2 ;
        compare_target=compare3 ;
        bootstrap_target=bootstrap4 ;
        stage_configure_flags="@stage2_werror_flag@" ;
-       stage_make_flags="" ; };
+       stage_cflags="$(BOOT_CFLAGS)" ; };
 bootstrap_stage = {
        id=profile ; prev=1 ;
        stage_configure_flags="@stage2_werror_flag@" ;
-       stage_make_flags='CFLAGS="$(BOOT_CFLAGS) -fprofile-generate"' ; };
+       stage_cflags='$(BOOT_CFLAGS) -fprofile-generate' ; };
 bootstrap_stage = {
        id=feedback ; prev=profile ;
        bootstrap_target=profiledbootstrap ;
        stage_configure_flags="@stage2_werror_flag@" ;
-       stage_make_flags='CFLAGS="$(BOOT_CFLAGS) -fprofile-use"' ; };
+       stage_cflags='$(BOOT_CFLAGS) -fprofile-use' ; };
This page took 0.034546 seconds and 4 git commands to generate.