diff options
author | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-03-24 17:23:41 +0000 |
---|---|---|
committer | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-03-24 17:23:41 +0000 |
commit | d9b7a8da48772a435b8ae8cc04871c5c16a306cc (patch) | |
tree | d282439cfc11fc8d075fa7670f6f9afcbcaa6c4e /configure.ac | |
parent | 46fc03c61a64dd23f9c516087e4401b642feb5c1 (diff) | |
download | gcc-d9b7a8da48772a435b8ae8cc04871c5c16a306cc.tar.gz |
2011-03-24 Paolo Bonzini <bonzini@gnu.org>
* configure.ac: Remove empty cases.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171419 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 0 insertions, 6 deletions
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. |