From: Paolo Bonzini Date: Thu, 24 Mar 2011 17:23:41 +0000 (+0000) Subject: configure.ac: Remove empty cases. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3dc84509f003fcc9c43fc4a9c2dbea4ff311d614;p=gcc.git configure.ac: Remove empty cases. 2011-03-24 Paolo Bonzini * configure.ac: Remove empty cases. * configure: Regenerate. From-SVN: r171419 --- diff --git a/ChangeLog b/ChangeLog index 9552a16d862..140b36f411b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-03-24 Paolo Bonzini + + * configure.ac: Remove empty cases. + * configure: Regenerate. + 2011-03-24 Paolo Bonzini * Makefile.def: Add dependency from termcap to gdb. diff --git a/configure b/configure index 6ffeeb68b5b..4eebc45d441 100755 --- 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. diff --git a/configure.ac b/configure.ac index 7ee5a1b8107..fbf64fe7147 100644 --- a/configure.ac +++ b/configure.ac @@ -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.