OSDN Git Service

2011-03-24 Paolo Bonzini <bonzini@gnu.org>
authorbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 24 Mar 2011 17:23:41 +0000 (17:23 +0000)
committerbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 24 Mar 2011 17:23:41 +0000 (17:23 +0000)
* configure.ac: Remove empty cases.
* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171419 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
configure
configure.ac

index 9552a16..140b36f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 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.
        * Makefile.in: Regenerate.
 
index 6ffeeb6..4eebc45 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 7ee5a1b..fbf64fe 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.