diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2011-03-24 17:29:51 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gcc.gnu.org> | 2011-03-24 17:29:51 +0000 |
commit | 7d77a76835e01112b683da4bebee098932ff5f3d (patch) | |
tree | 4ec64578c4bc13c277700557c4c0523059ef720c /configure | |
parent | 662666e54195337b99405c8e9ab0b8a392ba95e1 (diff) | |
download | gcc-7d77a76835e01112b683da4bebee098932ff5f3d.tar.gz |
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')
-rwxr-xr-x | configure | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configure b/configure index 4eebc45d441..e823f9e6bf6 100755 --- a/configure +++ b/configure @@ -3641,11 +3641,6 @@ fi 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 |