]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.in (cleanstrap): Pass BOOT_CFLAGS to bootstrap.
authorKelley Cook <kelleycook@wideopenwest.com>
Tue, 12 Aug 2003 01:14:58 +0000 (01:14 +0000)
committerR. Kelley Cook <kcook@gcc.gnu.org>
Tue, 12 Aug 2003 01:14:58 +0000 (01:14 +0000)
* Makefile.in (cleanstrap): Pass BOOT_CFLAGS to bootstrap.
(restrap): Likewise.

From-SVN: r70345

gcc/ChangeLog
gcc/Makefile.in

index f26963e179b766650d1bf0d5a7c2ff98da2be10b..5d26af9ea7b0e5adb7f4bea251e11fabc0cc5b30 100644 (file)
@@ -1,3 +1,8 @@
+2003-08-11  Kelley Cook  <kelleycook@wideopenwest.com>
+
+       * Makefile.in (cleanstrap): Pass BOOT_CFLAGS to bootstrap.
+       (restrap): Likewise.
+
 2003-08-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * gcse.c (gmalloc): Argument is a size_t.  Add ATTRIBUTE_MALLOC.
index 753e42bf2de36d00a5929b242676b0995dba557e..668d403f9034f8eb82a0c34b02956161c273d639 100644 (file)
@@ -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.