diff options
author | DJ Delorie <dj@redhat.com> | 2001-03-28 12:50:11 -0500 |
---|---|---|
committer | DJ Delorie <dj@gcc.gnu.org> | 2001-03-28 12:50:11 -0500 |
commit | 0ac19cfa6d5b2180069eea5711fe51ecd46ae525 (patch) | |
tree | 508418de52b77d18a9c64114d101c5e7fd2b7b13 | |
parent | 145c1defc3f198f0ade55657bc986fc10e4e6ab4 (diff) | |
download | gcc-0ac19cfa6d5b2180069eea5711fe51ecd46ae525.zip gcc-0ac19cfa6d5b2180069eea5711fe51ecd46ae525.tar.gz gcc-0ac19cfa6d5b2180069eea5711fe51ecd46ae525.tar.bz2 |
Revert cflags patch.
From-SVN: r40935
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/Makefile.in | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2b2ae64..d6bc063 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-03-28 DJ Delorie <dj@redhat.com> + + * Makefile.in (stage1_build): Revert CFLAGS patch. + 2001-03-28 Marek Michalkiewicz <marekm@linux.org.pl> * config/avr/libgcc.S (__mulhi3): Correct tests to exit the loop diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 5888dcb..ba84a5c 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -2937,8 +2937,7 @@ STAGE2_FLAGS_TO_PASS = \ # we can guarantee will build with the native compiler, and also it is the # only thing useful for building stage2. stage1_build: - $(MAKE) CC="$(CC)" libdir=$(libdir) LANGUAGES="$(BOOT_LANGUAGES)" \ - CFLAGS="$(CFLAGS)" + $(MAKE) CC="$(CC)" libdir=$(libdir) LANGUAGES="$(BOOT_LANGUAGES)" touch stage1_build echo stage1_build > stage_last |