diff mbox

Remove dead cases from toplevel configure.ac

Message ID Pine.LNX.4.64.1103241123350.15460@digraph.polyomino.org.uk
State New
Headers show

Commit Message

Joseph Myers March 24, 2011, 11:26 a.m. UTC
This patch removes various dead cases from the toplevel configure.ac.
Target ep9312-* isn't known to config.sub at all so those cases have
been dead for a long time; likewise parisc*64*-* (those parisc cases
it does know have also been handled by config.sub as aliases for
hppa-* for a long time).  With my recent config.sub changes,
strongarm-*, xscale*-*, thumb-* and ppc*-* will always be converted by
config.sub to arm*-* or powerpc*-* when accepted at all (most ppc*-*
cases were already so converted before my changes).  OK to commit?

2011-03-24  Joseph Myers  <joseph@codesourcery.com>

	* configure.ac (ppc*-*-pe): Remove host case.
	(strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
	xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
	| ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
	cases.
	* configure: Regenerate.

Comments

Paolo Bonzini March 24, 2011, 12:01 p.m. UTC | #1
On 03/24/2011 12:26 PM, Joseph S. Myers wrote:
> This patch removes various dead cases from the toplevel configure.ac.
> Target ep9312-* isn't known to config.sub at all so those cases have
> been dead for a long time; likewise parisc*64*-* (those parisc cases
> it does know have also been handled by config.sub as aliases for
> hppa-* for a long time).  With my recent config.sub changes,
> strongarm-*, xscale*-*, thumb-* and ppc*-* will always be converted by
> config.sub to arm*-* or powerpc*-* when accepted at all (most ppc*-*
> cases were already so converted before my changes).  OK to commit?

Ok.

Paolo
diff mbox

Patch

Index: configure.ac
===================================================================
--- configure.ac	(revision 171384)
+++ configure.ac	(working copy)
@@ -451,9 +451,6 @@ 
   *-*-netbsd*)
     noconfigdirs="$noconfigdirs rcs"
     ;;
-  ppc*-*-pe)
-    noconfigdirs="$noconfigdirs patch diff make tk tcl expect dejagnu autoconf automake texinfo bison send-pr gprof rcs guile perl itcl gnuserv"
-    ;;
   powerpc-*-beos*)
     noconfigdirs="$noconfigdirs tk itcl libgui gdb dejagnu readline"
     ;;
@@ -672,11 +669,11 @@ 
   arc-*-*)
     noconfigdirs="$noconfigdirs target-libgloss"
     ;;
-  arm-*-coff | strongarm-*-coff | xscale-*-coff)
+  arm-*-coff)
     noconfigdirs="$noconfigdirs ${libgcj}"
     libgloss_dir=arm
     ;;
-  arm-*-elf* | strongarm-*-elf* | xscale-*-elf* | arm*-*-eabi* )
+  arm-*-elf* | arm*-*-eabi* )
     noconfigdirs="$noconfigdirs target-libffi target-qthreads"
     libgloss_dir=arm
     ;;
@@ -694,15 +691,6 @@ 
   arm-*-pe*)
     noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
     ;;
-  thumb-*-coff)
-    noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
-    ;;
-  thumb-*-elf)
-    noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
-    ;;
-  thumb-*-pe)
-    noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
-    ;;
   arm-*-riscix*)
     noconfigdirs="$noconfigdirs ld target-libgloss ${libgcj}"
     ;;
@@ -747,9 +735,6 @@ 
   d30v-*-*)
     noconfigdirs="$noconfigdirs ${libgcj} gdb"
     ;;
-  ep9312-*-elf | ep9312-*-coff)
-    libgloss_dir=arm
-    ;;
   fr30-*-elf*)
     noconfigdirs="$noconfigdirs ${libgcj} gdb"
     ;;
@@ -768,7 +753,7 @@ 
     ;;
   hppa1.1-*-osf* | hppa1.1-*-bsd* )
     ;;
-  hppa*64*-*-linux* | parisc*64*-*-linux*)
+  hppa*64*-*-linux*)
     # In this case, it's because the hppa64-linux target is for
     # the kernel only at this point and has no libc, and thus no
     # headers, crt*.o, etc., all of which are needed by these.
@@ -912,7 +897,7 @@ 
     # copied from rs6000-*-* entry
     noconfigdirs="$noconfigdirs gprof target-libgloss target-libssp target-newlib ${libgcj}"
     ;;
-  powerpc*-*-winnt* | powerpc*-*-pe* | ppc*-*-pe)
+  powerpc*-*-winnt* | powerpc*-*-pe*)
     target_configdirs="$target_configdirs target-winsup"
     noconfigdirs="$noconfigdirs gdb tcl tk make expect target-libgloss itcl gnuserv ${libgcj}"
     # always build newlib.