aboutsummaryrefslogtreecommitdiff
path: root/config/mh-x86omitfp
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2007-07-11 19:09:22 +0000
committerH.J. Lu <hjl.tools@gmail.com>2007-07-11 19:09:22 +0000
commiteddae94b257fdc1a1e8ba079495c6b1b6547f68a (patch)
tree1820b92ac99ea32c74a715d571678bfaaec5e3db /config/mh-x86omitfp
parent369943fe529e449b22d635ba8bc59641a7fdf32d (diff)
downloadgdb-eddae94b257fdc1a1e8ba079495c6b1b6547f68a.zip
gdb-eddae94b257fdc1a1e8ba079495c6b1b6547f68a.tar.gz
gdb-eddae94b257fdc1a1e8ba079495c6b1b6547f68a.tar.bz2
2007-07-06 H.J. Lu <hongjiu.lu@intel.com>
* 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.
Diffstat (limited to 'config/mh-x86omitfp')
-rw-r--r--config/mh-x86omitfp2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/mh-x86omitfp b/config/mh-x86omitfp
index 563f02b..7f536c8 100644
--- a/config/mh-x86omitfp
+++ b/config/mh-x86omitfp
@@ -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