aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRoger Sayle <roger@eyesopen.com>2004-09-20 00:58:42 +0000
committerRoger Sayle <sayle@gcc.gnu.org>2004-09-20 00:58:42 +0000
commit95c53c62a0ead38459084c66a708af8c8097f00d (patch)
treeae7620654cd3abc6a05fd2e8f8a8c14ae39fece6 /config
parent82b0258299e4775deccaf6bebc2626d0892d08e5 (diff)
downloadgcc-95c53c62a0ead38459084c66a708af8c8097f00d.zip
gcc-95c53c62a0ead38459084c66a708af8c8097f00d.tar.gz
gcc-95c53c62a0ead38459084c66a708af8c8097f00d.tar.bz2
mh-x86omitfp: New host makefile fragment.
* 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. From-SVN: r87741
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 0000000..563f02b
--- /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