]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure.ac: Remove empty cases.
authorPaolo Bonzini <bonzini@gnu.org>
Thu, 24 Mar 2011 17:23:41 +0000 (17:23 +0000)
committerPaolo Bonzini <bonzini@gcc.gnu.org>
Thu, 24 Mar 2011 17:23:41 +0000 (17:23 +0000)
2011-03-24  Paolo Bonzini  <bonzini@gnu.org>

* configure.ac: Remove empty cases.
* configure: Regenerate.

From-SVN: r171419

ChangeLog
configure
configure.ac

index 9552a16d862d108b74f2798e595b8b94d639cadb..140b36f411bf36959570341a0b4a82ed06d1743a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
+
+       * configure.ac: Remove empty cases.
+       * configure: Regenerate.
+
 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
 
        * Makefile.def: Add dependency from termcap to gdb.
index 6ffeeb68b5bfbc4b8e69711666ef0675040350ac..4eebc45d441d4215c009e000014612b04e37023b 100755 (executable)
--- a/configure
+++ b/configure
@@ -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.
index 7ee5a1b810746be805e053f46e295c48dfeada55..fbf64fe714740a325932cbafe572bebba552298a 100644 (file)
@@ -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.