configure.ac: Remove empty cases.

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

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

From-SVN: r171419
This commit is contained in:
Paolo Bonzini 2011-03-24 17:23:41 +00:00 committed by Paolo Bonzini
parent 2b99b2b8d2
commit 3dc84509f0
3 changed files with 5 additions and 12 deletions

View file

@ -1,3 +1,8 @@
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.

6
configure vendored
View file

@ -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.

View 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.