summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>2011-03-24 17:29:51 +0000
committerbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>2011-03-24 17:29:51 +0000
commite477dd1310c8b62740607b0162af240b0eae2aeb (patch)
tree4ec64578c4bc13c277700557c4c0523059ef720c /configure.ac
parent9f9a3b393c3b6e7e3baea9e5cba2c43985bec30a (diff)
downloadgcc-e477dd1310c8b62740607b0162af240b0eae2aeb.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171421 138bc75d-0d04-0410-961f-82ee72b054a4
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 fbf64fe7147..78abc7c2d85 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