summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2004-09-23 19:54:49 +0000
committerDJ Delorie <dj@redhat.com>2004-09-23 19:54:49 +0000
commit8199a77ffb4e9b4366895dd5b6410ac1ef096c82 (patch)
tree1a27becc5cfa2f7319dccddf4ed8e83b19bfda3d /config
parent58d7b41f25d509493d0c495821a391f15e9f6d00 (diff)
downloadcygnal-8199a77ffb4e9b4366895dd5b6410ac1ef096c82.tar.gz
cygnal-8199a77ffb4e9b4366895dd5b6410ac1ef096c82.tar.bz2
cygnal-8199a77ffb4e9b4366895dd5b6410ac1ef096c82.zip
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.
Diffstat (limited to 'config')
-rw-r--r--config/mh-x86omitfp2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/mh-x86omitfp b/config/mh-x86omitfp
new file mode 100644
index 000000000..563f02ba0
--- /dev/null
+++ b/config/mh-x86omitfp
@@ -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