re PR target/32622 (BOOT_CFLAGS is not passed to stage2 and stage3 compile)
authorSebastian Pop <sebpop@gmail.com>
Thu, 5 Jul 2007 20:26:10 +0000 (20:26 +0000)
committerSebastian Pop <spop@gcc.gnu.org>
Thu, 5 Jul 2007 20:26:10 +0000 (20:26 +0000)
PR bootstrap/32622
* config/mh-x86omitfp (BOOT_CFLAGS): Add -fomit-frame-pointer,
don't reset its value.

From-SVN: r126386

ChangeLog
config/mh-x86omitfp

index 227774a3c0d13d82cf02e3a92906be366cdb4037..97e3d67c4632034d79b4159bf051f1288442a3f8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-07-05  Sebastian Pop  <sebpop@gmail.com>
+
+       PR bootstrap/32622
+       * config/mh-x86omitfp (BOOT_CFLAGS): Add -fomit-frame-pointer,
+       don't reset its value.
+
 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
 
        * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
index 563f02ba0a90523268bf462d04c2db7069636dbb..7f536c8ba2e1cc9d6728777864b1cb1940307a63 100644 (file)
@@ -1,2 +1,2 @@
 # Add -fomit-frame-pointer to the usual BOOT_CFLAGS to speed up the compiler.
-BOOT_CFLAGS = -O2 -g -fomit-frame-pointer
+BOOT_CFLAGS += -fomit-frame-pointer