Commit 3dc84509 by Paolo Bonzini Committed by Paolo Bonzini

configure.ac: Remove empty cases.

2011-03-24  Paolo Bonzini  <bonzini@gnu.org>

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

From-SVN: r171419
parent 2b99b2b8
2011-03-24 Paolo Bonzini <bonzini@gnu.org> 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.def: Add dependency from termcap to gdb.
* Makefile.in: Regenerate. * Makefile.in: Regenerate.
......
...@@ -3623,8 +3623,6 @@ fi ...@@ -3623,8 +3623,6 @@ fi
*-interix*) *-interix*)
host_makefile_frag="config/mh-interix" host_makefile_frag="config/mh-interix"
;; ;;
*-*-solaris2*)
;;
hppa*-hp-hpux10*) hppa*-hp-hpux10*)
host_makefile_frag="config/mh-pa-hpux10" host_makefile_frag="config/mh-pa-hpux10"
;; ;;
...@@ -3634,8 +3632,6 @@ fi ...@@ -3634,8 +3632,6 @@ fi
hppa*-*) hppa*-*)
host_makefile_frag="config/mh-pa" host_makefile_frag="config/mh-pa"
;; ;;
*-hp-hpux*)
;;
*-*-darwin*) *-*-darwin*)
host_makefile_frag="config/mh-darwin" host_makefile_frag="config/mh-darwin"
;; ;;
...@@ -3645,8 +3641,6 @@ fi ...@@ -3645,8 +3641,6 @@ fi
rs6000-*-aix*) rs6000-*-aix*)
host_makefile_frag="config/mh-ppc-aix" host_makefile_frag="config/mh-ppc-aix"
;; ;;
*-*-lynxos*)
;;
# This is placed last to prevent interfering with the cases above. # This is placed last to prevent interfering with the cases above.
i[3456789]86-*-*) i[3456789]86-*-*)
# Build the stage2 and stage3 compilers with -fomit-frame-pointer. # Build the stage2 and stage3 compilers with -fomit-frame-pointer.
......
...@@ -1050,8 +1050,6 @@ case "${host}" in ...@@ -1050,8 +1050,6 @@ case "${host}" in
*-interix*) *-interix*)
host_makefile_frag="config/mh-interix" host_makefile_frag="config/mh-interix"
;; ;;
*-*-solaris2*)
;;
hppa*-hp-hpux10*) hppa*-hp-hpux10*)
host_makefile_frag="config/mh-pa-hpux10" host_makefile_frag="config/mh-pa-hpux10"
;; ;;
...@@ -1061,8 +1059,6 @@ case "${host}" in ...@@ -1061,8 +1059,6 @@ case "${host}" in
hppa*-*) hppa*-*)
host_makefile_frag="config/mh-pa" host_makefile_frag="config/mh-pa"
;; ;;
*-hp-hpux*)
;;
*-*-darwin*) *-*-darwin*)
host_makefile_frag="config/mh-darwin" host_makefile_frag="config/mh-darwin"
;; ;;
...@@ -1072,8 +1068,6 @@ case "${host}" in ...@@ -1072,8 +1068,6 @@ case "${host}" in
rs6000-*-aix*) rs6000-*-aix*)
host_makefile_frag="config/mh-ppc-aix" host_makefile_frag="config/mh-ppc-aix"
;; ;;
*-*-lynxos*)
;;
# This is placed last to prevent interfering with the cases above. # This is placed last to prevent interfering with the cases above.
i[[3456789]]86-*-*) i[[3456789]]86-*-*)
# Build the stage2 and stage3 compilers with -fomit-frame-pointer. # Build the stage2 and stage3 compilers with -fomit-frame-pointer.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment