diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2011-03-24 17:23:41 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gcc.gnu.org> | 2011-03-24 17:23:41 +0000 |
commit | 3dc84509f003fcc9c43fc4a9c2dbea4ff311d614 (patch) | |
tree | d282439cfc11fc8d075fa7670f6f9afcbcaa6c4e | |
parent | 2b99b2b8d2300ae0f11c53920ae854873acdcf16 (diff) | |
download | gcc-3dc84509f003fcc9c43fc4a9c2dbea4ff311d614.zip gcc-3dc84509f003fcc9c43fc4a9c2dbea4ff311d614.tar.gz gcc-3dc84509f003fcc9c43fc4a9c2dbea4ff311d614.tar.bz2 |
configure.ac: Remove empty cases.
2011-03-24 Paolo Bonzini <bonzini@gnu.org>
* configure.ac: Remove empty cases.
* configure: Regenerate.
From-SVN: r171419
-rw-r--r-- | ChangeLog | 5 | ||||
-rwxr-xr-x | configure | 6 | ||||
-rw-r--r-- | configure.ac | 6 |
3 files changed, 5 insertions, 12 deletions
@@ -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. @@ -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 7ee5a1b..fbf64fe 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. |