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
This commit is contained in:
Sebastian Pop 2007-07-05 20:26:10 +00:00 committed by Sebastian Pop
parent d8d72314c4
commit ec162f0dca
2 changed files with 7 additions and 1 deletions

View File

@ -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

View 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