diff options
| author | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-03-28 17:50:11 +0000 |
|---|---|---|
| committer | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-03-28 17:50:11 +0000 |
| commit | b49689613edf07883fe6ff0087ca6ff66eb948be (patch) | |
| tree | 508418de52b77d18a9c64114d101c5e7fd2b7b13 | |
| parent | 26ff08c0d259bda92022ed97d81776f4546ac5ee (diff) | |
| download | ppe42-gcc-b49689613edf07883fe6ff0087ca6ff66eb948be.tar.gz ppe42-gcc-b49689613edf07883fe6ff0087ca6ff66eb948be.zip | |
Revert cflags patch.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40935 138bc75d-0d04-0410-961f-82ee72b054a4
| -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 2b2ae64d548..d6bc063202c 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 5888dcb927c..ba84a5cf49d 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 |

