From 0ac19cfa6d5b2180069eea5711fe51ecd46ae525 Mon Sep 17 00:00:00 2001
From: DJ Delorie <dj@redhat.com>
Date: Wed, 28 Mar 2001 12:50:11 -0500
Subject: [PATCH] Revert cflags patch.

From-SVN: r40935
---
 gcc/ChangeLog   | 4 ++++
 gcc/Makefile.in | 3 +--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 2b2ae64d548f..d6bc063202c7 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 5888dcb927c2..ba84a5cf49db 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
 
-- 
GitLab