aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2011-03-24 17:29:51 +0000
committerPaolo Bonzini <bonzini@gcc.gnu.org>2011-03-24 17:29:51 +0000
commit7d77a76835e01112b683da4bebee098932ff5f3d (patch)
tree4ec64578c4bc13c277700557c4c0523059ef720c /configure.ac
parent662666e54195337b99405c8e9ab0b8a392ba95e1 (diff)
downloadgcc-7d77a76835e01112b683da4bebee098932ff5f3d.zip
gcc-7d77a76835e01112b683da4bebee098932ff5f3d.tar.gz
gcc-7d77a76835e01112b683da4bebee098932ff5f3d.tar.bz2
configure.ac: Do not include mh-x86omitfp.
2011-03-24 Paolo Bonzini <bonzini@gnu.org> * configure.ac: Do not include mh-x86omitfp. * configure: Regenerate. config: 2011-03-24 Paolo Bonzini <bonzini@gnu.org> * mh-x86omitfp: Remove. From-SVN: r171421
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index fbf64fe..78abc7c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1068,11 +1068,6 @@ case "${host}" in
rs6000-*-aix*)
host_makefile_frag="config/mh-ppc-aix"
;;
- # This is placed last to prevent interfering with the cases above.
- i[[3456789]]86-*-*)
- # Build the stage2 and stage3 compilers with -fomit-frame-pointer.
- host_makefile_frag="config/mh-x86omitfp"
- ;;
esac
fi