summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2011-03-24 13:25:45 +0000
committerJoseph Myers <joseph@codesourcery.com>2011-03-24 13:25:45 +0000
commit6144e37e38348a963125bfc025195620e6ae1ddf (patch)
treebdc8d450d4fc7948f2e00298e79ef3331545137e
parentd93a7cf4bb9c0bd0017702da915575eab4bc196a (diff)
downloadbinutils-redhat-6144e37e38348a963125bfc025195620e6ae1ddf.tar.gz
* 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.
-rw-r--r--ChangeLog9
-rwxr-xr-xconfigure23
-rw-r--r--configure.ac23
3 files changed, 17 insertions, 38 deletions
diff --git a/ChangeLog b/ChangeLog
index f4d50f2558..7c17c9d8b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
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.
+
+2011-03-24 Joseph Myers <joseph@codesourcery.com>
+
* config.sub: Update to version 2011-03-23.
2011-03-22 Joseph Myers <joseph@codesourcery.com>
diff --git a/configure b/configure
index aff80337bd..cc8c22bd2b 100755
--- a/configure
+++ b/configure
@@ -2995,9 +2995,6 @@ case "${host}" in
*-*-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"
;;
@@ -3226,11 +3223,11 @@ case "${target}" in
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
;;
@@ -3248,15 +3245,6 @@ case "${target}" in
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}"
;;
@@ -3301,9 +3289,6 @@ case "${target}" in
d30v-*-*)
noconfigdirs="$noconfigdirs ${libgcj} gdb"
;;
- ep9312-*-elf | ep9312-*-coff)
- libgloss_dir=arm
- ;;
fr30-*-elf*)
noconfigdirs="$noconfigdirs ${libgcj} gdb"
;;
@@ -3322,7 +3307,7 @@ case "${target}" in
;;
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.
@@ -3466,7 +3451,7 @@ case "${target}" in
# 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.
diff --git a/configure.ac b/configure.ac
index c947b94675..b398e975c3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -451,9 +451,6 @@ case "${host}" in
*-*-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 @@ case "${target}" in
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 @@ case "${target}" in
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 @@ case "${target}" in
d30v-*-*)
noconfigdirs="$noconfigdirs ${libgcj} gdb"
;;
- ep9312-*-elf | ep9312-*-coff)
- libgloss_dir=arm
- ;;
fr30-*-elf*)
noconfigdirs="$noconfigdirs ${libgcj} gdb"
;;
@@ -768,7 +753,7 @@ case "${target}" in
;;
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 @@ case "${target}" in
# 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.