mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-13 16:41:19 +08:00
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
This commit is contained in:
parent
662666e541
commit
7d77a76835
@ -1,3 +1,8 @@
|
||||
2011-03-24 Paolo Bonzini <bonzini@gnu.org>
|
||||
|
||||
* configure.ac: Do not include mh-x86omitfp.
|
||||
* configure: Regenerate.
|
||||
|
||||
2011-03-24 Paolo Bonzini <bonzini@gnu.org>
|
||||
|
||||
* configure.ac: Remove empty cases.
|
||||
|
@ -1,3 +1,7 @@
|
||||
2011-03-24 Paolo Bonzini <bonzini@gnu.org>
|
||||
|
||||
* mh-x86omitfp: Remove.
|
||||
|
||||
2011-03-24 Paolo Bonzini <bonzini@gnu.org>
|
||||
|
||||
* mh-cygwin: Remove obsolete variables and dependencies.
|
||||
|
@ -1,2 +0,0 @@
|
||||
# Add -fomit-frame-pointer to the usual BOOT_CFLAGS to speed up the compiler.
|
||||
BOOT_CFLAGS += -fomit-frame-pointer
|
5
configure
vendored
5
configure
vendored
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user