This enables omit-frame-pointer for i386-solaris. I honestly haven't
bootstrapped it, but I don't expect any problems (and if they appear,
it's much better to fix them ;).
Committed to gcc and (shortly) to src.
Paolo
2011-03-24 Paolo Bonzini <bonz...@gnu.org>
* configure.ac: Remove empty cases.
* configure: Regenerate.
Index: configure.ac
===================================================================
--- configure.ac (revision 171416)
+++ configure.ac (working copy)
@@ -1050,8 +1050,6 @@ case "${host}" in
*-interix*)
host_makefile_frag="config/mh-interix"
;;
- *-*-solaris2*)
- ;;
hppa*-hp-hpux10*)
host_makefile_frag="config/mh-pa-hpux10"
;;
@@ -1061,8 +1059,6 @@ case "${host}" in
hppa*-*)
host_makefile_frag="config/mh-pa"
;;
- *-hp-hpux*)
- ;;
*-*-darwin*)
host_makefile_frag="config/mh-darwin"
;;
@@ -1072,8 +1068,6 @@ case "${host}" in
rs6000-*-aix*)
host_makefile_frag="config/mh-ppc-aix"
;;
- *-*-lynxos*)
- ;;
# This is placed last to prevent interfering with the cases above.
i[[3456789]]86-*-*)
# Build the stage2 and stage3 compilers with -fomit-frame-pointer.
Index: configure
===================================================================
--- configure (revision 171416)
+++ configure (working copy)
@@ -3623,8 +3623,6 @@ fi
*-interix*)
host_makefile_frag="config/mh-interix"
;;
- *-*-solaris2*)
- ;;
hppa*-hp-hpux10*)
host_makefile_frag="config/mh-pa-hpux10"
;;
@@ -3634,8 +3632,6 @@ fi
hppa*-*)
host_makefile_frag="config/mh-pa"
;;
- *-hp-hpux*)
- ;;
*-*-darwin*)
host_makefile_frag="config/mh-darwin"
;;
@@ -3645,8 +3641,6 @@ fi
rs6000-*-aix*)
host_makefile_frag="config/mh-ppc-aix"
;;
- *-*-lynxos*)
- ;;
# This is placed last to prevent interfering with the cases above.
i[3456789]86-*-*)
# Build the stage2 and stage3 compilers with -fomit-frame-pointer.