OSDN Git Service

* config/mh-x86omitfp: New host makefile fragment. Add
[pf3gnuchains/gcc-fork.git] / configure.in
index 609a23f..b7e2976 100644 (file)
@@ -937,6 +937,11 @@ case "${host}" in
   *-*-sysv4*)
     host_makefile_frag="config/mh-sysv4"
     ;;
+  # 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