mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 05:52:21 +08:00
Merge from gcc:
2004-09-23 Kelley Cook <kcook@gcc.gnu.org> * config.guess: New upstream version * compile, depcomp, install-sh, ylwrap: Likewise. 2004-09-19 Roger Sayle <roger@eyesopen.com> * config/mh-x86omitfp: New host makefile fragment. Add -fomit-frame-pointer to the default BOOT_CFLAGS. * configure.in: Use it to speed up bootstrap on some IA-32 hosts. * configure: Regenerate. 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu> PR target/11572 * configure.in (*-*-darwin*): Renable libobjc. * configure: Regenerate.
This commit is contained in:
2
config/mh-x86omitfp
Normal file
2
config/mh-x86omitfp
Normal file
@ -0,0 +1,2 @@
|
||||
# Add -fomit-frame-pointer to the usual BOOT_CFLAGS to speed up the compiler.
|
||||
BOOT_CFLAGS = -O2 -g -fomit-frame-pointer
|
Reference in New Issue
Block a user