From 7d77a76835e01112b683da4bebee098932ff5f3d Mon Sep 17 00:00:00 2001
From: Paolo Bonzini <bonzini@gnu.org>
Date: Thu, 24 Mar 2011 17:29:51 +0000
Subject: [PATCH] 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
---
 ChangeLog           | 5 +++++
 config/ChangeLog    | 4 ++++
 config/mh-x86omitfp | 2 --
 configure           | 5 -----
 configure.ac        | 5 -----
 5 files changed, 9 insertions(+), 12 deletions(-)
 delete mode 100644 config/mh-x86omitfp

diff --git a/ChangeLog b/ChangeLog
index 140b36f411bf..9e8f4be89389 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/config/ChangeLog b/config/ChangeLog
index 47baee843093..968f0476e0c0 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -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.
diff --git a/config/mh-x86omitfp b/config/mh-x86omitfp
deleted file mode 100644
index 7f536c8ba2e1..000000000000
--- a/config/mh-x86omitfp
+++ /dev/null
@@ -1,2 +0,0 @@
-# Add -fomit-frame-pointer to the usual BOOT_CFLAGS to speed up the compiler.
-BOOT_CFLAGS += -fomit-frame-pointer
diff --git a/configure b/configure
index 4eebc45d441d..e823f9e6bf69 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
 
diff --git a/configure.ac b/configure.ac
index fbf64fe71474..78abc7c2d85a 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
 
-- 
GitLab