From: Kelley Cook Date: Tue, 12 Aug 2003 01:14:58 +0000 (+0000) Subject: Makefile.in (cleanstrap): Pass BOOT_CFLAGS to bootstrap. X-Git-Tag: releases/gcc-3.4.0~4292 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=727793cb909b506c50b60bb7b05874a22041fc4d;p=thirdparty%2Fgcc.git Makefile.in (cleanstrap): Pass BOOT_CFLAGS to bootstrap. * Makefile.in (cleanstrap): Pass BOOT_CFLAGS to bootstrap. (restrap): Likewise. From-SVN: r70345 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f26963e179b7..5d26af9ea7b0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-08-11 Kelley Cook + + * Makefile.in (cleanstrap): Pass BOOT_CFLAGS to bootstrap. + (restrap): Likewise. + 2003-08-11 Kaveh R. Ghazi * gcse.c (gmalloc): Argument is a size_t. Add ATTRIBUTE_MALLOC. diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 753e42bf2de3..668d403f9034 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -3679,7 +3679,7 @@ quickstrap: cleanstrap: -$(MAKE) clean - $(MAKE) LANGUAGES="$(LANGUAGES)" bootstrap + $(MAKE) LANGUAGES="$(LANGUAGES)" BOOT_CFLAGS="$(BOOT_CFLAGS)" bootstrap unstrap: -rm -rf stage[234]* @@ -3690,7 +3690,7 @@ unstrap: # not from scratch. restrap: $(MAKE) unstrap - $(MAKE) LANGUAGES="$(LANGUAGES)" bootstrap + $(MAKE) LANGUAGES="$(LANGUAGES)" BOOT_CFLAGS="$(BOOT_CFLAGS)" bootstrap # Compare the object files in the current directory with those in the # stage2 directory.