aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRoger Sayle <roger@eyesopen.com>2004-09-20 00:58:42 +0000
committerRoger Sayle <roger@eyesopen.com>2004-09-20 00:58:42 +0000
commitdf15a2e2e308ac05e37ff15b2650b82c3d8eedb5 (patch)
treeae7620654cd3abc6a05fd2e8f8a8c14ae39fece6 /config
parent70625a324855dd9a5c7f95d1296035b295782878 (diff)
* 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. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@87741 138bc75d-0d04-0410-961f-82ee72b054a4
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 00000000000..563f02ba0a9
--- /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