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:
Paolo Bonzini 2011-03-24 17:29:51 +00:00 committed by Paolo Bonzini
parent 662666e541
commit 7d77a76835
5 changed files with 9 additions and 12 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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
View File

@ -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

View File

@ -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