Browse Source
* tls.m4 (GCC_CHECK_CC_TLS): New. 2007-07-05 Sebastian Pop <sebpop@gmail.com> PR bootstrap/32622 * mh-x86omitfp (BOOT_CFLAGS): Add -fomit-frame-pointer, don't reset its value.binutils-2_18-branch
3 changed files with 24 additions and 1 deletions
@ -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