From ec162f0dca286e595676101d0b080be5a6095cb9 Mon Sep 17 00:00:00 2001 From: Sebastian Pop Date: Thu, 5 Jul 2007 20:26:10 +0000 Subject: [PATCH] re PR target/32622 (BOOT_CFLAGS is not passed to stage2 and stage3 compile) PR bootstrap/32622 * config/mh-x86omitfp (BOOT_CFLAGS): Add -fomit-frame-pointer, don't reset its value. From-SVN: r126386 --- ChangeLog | 6 ++++++ config/mh-x86omitfp | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 227774a3c0d1..97e3d67c4632 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-07-05 Sebastian Pop + + PR bootstrap/32622 + * config/mh-x86omitfp (BOOT_CFLAGS): Add -fomit-frame-pointer, + don't reset its value. + 2007-07-05 Rainer Orth * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX diff --git a/config/mh-x86omitfp b/config/mh-x86omitfp index 563f02ba0a90..7f536c8ba2e1 100644 --- a/config/mh-x86omitfp +++ b/config/mh-x86omitfp @@ -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