mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
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:
parent
d8d72314c4
commit
ec162f0dca
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user