aboutsummaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
Diffstat (limited to 'libgcc')
-rw-r--r--libgcc/ChangeLog17
-rw-r--r--libgcc/config.host91
2 files changed, 25 insertions, 83 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index 9c14fdd..93c9b79 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -1,3 +1,20 @@
+2008-06-07 Joseph Myers <joseph@codesourcery.com>
+
+ * config.host (strongarm*-*-*, ep9312*-*-*, xscale-*-*,
+ parisc*-*-*, m680[012]0-*-*, *-*-linux*libc1*, *-*-linux*aout*,
+ alpha*-*-unicosmk*, strongarm*-*-freebsd*, ep9312-*-elf,
+ arm*-*-kaos*, cris-*-aout, parisc*64*-*-linux*, parisc*-*-linux*,
+ hppa1.1-*-pro*, hppa1.1-*-osf*, hppa1.1-*-bsd*,
+ i[34567]86-sequent-ptx4*, i[34567]86-sequent-sysv4*,
+ i[34567]86-*-beoself*, i[34567]86-*-beos*, i[34567]86-*-sco3.2v5*,
+ i[34567]86-*-sysv5*, i[34567]86-*-sysv4*, i[34567]86-*-uwin*,
+ i[34567]86-*-kaos*, m68020-*-elf*, m68010-*-netbsdelf*,
+ mips-wrs-windiss, mt-*-elf, powerpc-*-beos*, powerpc-*-chorusos*,
+ powerpc-wrs-windiss*, powerpcle-*-sysv*, powerpc-*-kaos*,
+ powerpcle-*-kaos*, sh*-*-kaos*, sparc-*-sysv4*, strongarm-*-elf*,
+ strongarm-*-pe, strongarm-*-kaos*, vax-*-bsd*, vax-*-sysv*,
+ vax-*-ultrix*, xscale-*-elf, xscale-*-coff): Remove.
+
2008-05-25 Arthur Loiret <arthur.loiret@u-psud.fr>
* config.host (sh2[lbe]*-*-linux*): Allow target.
diff --git a/libgcc/config.host b/libgcc/config.host
index 93fb8a0..da652de 100644
--- a/libgcc/config.host
+++ b/libgcc/config.host
@@ -71,9 +71,6 @@ alpha*-*-*)
am33_2.0-*-linux*)
cpu_type=mn10300
;;
-strongarm*-*-*)
- cpu_type=arm
- ;;
arm*-*-*)
cpu_type=arm
;;
@@ -83,17 +80,11 @@ avr-*-*)
bfin*-*)
cpu_type=bfin
;;
-ep9312*-*-*)
- cpu_type=arm
- ;;
fido-*-*)
cpu_type=m68k
;;
frv*) cpu_type=frv
;;
-xscale-*-*)
- cpu_type=arm
- ;;
i[34567]86-*-*)
cpu_type=i386
;;
@@ -102,15 +93,12 @@ x86_64-*-*)
;;
ia64-*-*)
;;
-hppa*-*-* | parisc*-*-*)
+hppa*-*-*)
cpu_type=pa
;;
m32r*-*-*)
cpu_type=m32r
;;
-m680[012]0-*-*)
- cpu_type=m68k
- ;;
m68k-*-*)
;;
mips*-*-*)
@@ -162,9 +150,6 @@ case ${host} in
# machine-specific sections may refine and add to this
# configuration.
;;
-*-*-linux*libc1* | *-*-linux*aout*)
- # Avoid the generic linux case.
- ;;
*-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu | *-*-knetbsd*-gnu)
# Must come before *-*-gnu* (because of *-*-linux-gnu* systems).
extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
@@ -191,8 +176,6 @@ case ${host} in
then tmake_file=${cpu_type}/t-$rest
fi
;;
-alpha*-*-unicosmk*)
- ;;
alpha*-*-linux*)
tmake_file="${tmake_file} alpha/t-crtfm"
extra_parts="$extra_parts crtfastmath.o"
@@ -219,7 +202,7 @@ arm-semi-aof | armel-semi-aof)
;;
arm-wrs-vxworks)
;;
-arm*-*-freebsd*|strongarm*-*-freebsd*)
+arm*-*-freebsd*)
;;
arm*-*-netbsdelf*)
;;
@@ -235,14 +218,12 @@ arm*-*-eabi* | arm*-*-symbianelf* )
;;
arm*-*-rtems*)
;;
-arm*-*-elf | ep9312-*-elf)
+arm*-*-elf)
;;
arm*-wince-pe*)
;;
arm-*-pe*)
;;
-arm*-*-kaos*)
- ;;
avr-*-rtems*)
;;
avr-*-*)
@@ -260,8 +241,6 @@ bfin*-linux-uclibc*)
;;
bfin*-*)
;;
-cris-*-aout)
- ;;
crisv32-*-elf | crisv32-*-none | cris-*-elf | cris-*-none)
extra_parts="crtbegin.o crtend.o"
;;
@@ -283,15 +262,9 @@ h8300-*-elf*)
;;
h8300-*-*)
;;
-hppa*64*-*-linux* | parisc*64*-*-linux*)
- ;;
-hppa*-*-linux* | parisc*-*-linux*)
- ;;
-hppa1.1-*-pro*)
- ;;
-hppa1.1-*-osf*)
+hppa*64*-*-linux*)
;;
-hppa1.1-*-bsd*)
+hppa*-*-linux*)
;;
hppa[12]*-*-hpux10*)
;;
@@ -308,12 +281,8 @@ i[34567]86-*-elf*)
;;
x86_64-*-elf*)
;;
-i[34567]86-sequent-ptx4* | i[34567]86-sequent-sysv4*)
- ;;
i[34567]86-*-aout*)
;;
-i[34567]86-*-beoself* | i[34567]86-*-beos*)
- ;;
i[34567]86-*-freebsd*)
;;
x86_64-*-freebsd*)
@@ -355,14 +324,8 @@ i[34567]86-*-nto-qnx*)
;;
i[34567]86-*-rtems*)
;;
-i[34567]86-*-sco3.2v5*) # 80386 running SCO Open Server 5
- ;;
i[34567]86-*-solaris2*)
;;
-i[34567]86-*-sysv5*) # Intel x86 on System V Release 5
- ;;
-i[34567]86-*-sysv4*) # Intel 80386's running system V.4
- ;;
i[4567]86-wrs-vxworks|i[4567]86-wrs-vxworksae)
;;
i[34567]86-*-pe)
@@ -373,12 +336,8 @@ i[34567]86-*-cygwin* | i[34567]86-*-mingw*)
;;
x86_64-*-mingw*)
;;
-i[34567]86-*-uwin*)
- ;;
i[34567]86-*-interix3*)
;;
-i[34567]86-*-kaos*)
- ;;
ia64*-*-elf*)
extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
tmake_file="ia64/t-ia64"
@@ -409,9 +368,9 @@ m68k-*-aout*)
;;
m68k-*-coff*)
;;
-m68020-*-elf* | m68k-*-elf*)
+m68k-*-elf*)
;;
-m68010-*-netbsdelf* | m68k*-*-netbsdelf*)
+m68k*-*-netbsdelf*)
;;
m68k*-*-openbsd*)
;;
@@ -459,16 +418,12 @@ mips*-*-rtems*)
;;
mips-wrs-vxworks)
;;
-mips-wrs-windiss) # Instruction-level simulator for VxWorks.
- ;;
mipstx39-*-elf* | mipstx39el-*-elf*)
;;
mmix-knuth-mmixware)
;;
mn10300-*-*)
;;
-mt-*-elf)
- ;;
pdp11-*-bsd)
;;
pdp11-*-*)
@@ -479,8 +434,6 @@ powerpc64-*-linux*)
powerpc64-*-gnu*)
tmake_file="${tmake_file} rs6000/t-ldbl128"
;;
-powerpc-*-beos*)
- ;;
powerpc-*-darwin*)
;;
powerpc64-*-darwin*)
@@ -489,8 +442,6 @@ powerpc*-*-freebsd*)
;;
powerpc-*-netbsd*)
;;
-powerpc-*-chorusos*)
- ;;
powerpc-*-eabispe*)
;;
powerpc-*-eabisimaltivec*)
@@ -522,22 +473,14 @@ powerpc-*-gnu*)
;;
powerpc-wrs-vxworks|powerpc-wrs-vxworksae)
;;
-powerpc-wrs-windiss*) # Instruction-level simulator for VxWorks.
- ;;
powerpc-*-lynxos*)
;;
-powerpcle-*-sysv*)
- ;;
powerpcle-*-elf*)
;;
powerpcle-*-eabisim*)
;;
powerpcle-*-eabi*)
;;
-powerpc-*-kaos*)
- ;;
-powerpcle-*-kaos*)
- ;;
rs6000-ibm-aix4.[12]* | powerpc-ibm-aix4.[12]*)
;;
rs6000-ibm-aix4.[3456789]* | powerpc-ibm-aix4.[3456789]*)
@@ -554,7 +497,7 @@ s390x-ibm-tpf*)
;;
score-*-elf)
;;
-sh-*-elf* | sh[12346l]*-*-elf* | sh*-*-kaos* | \
+sh-*-elf* | sh[12346l]*-*-elf* | \
sh-*-symbianelf* | sh[12346l]*-*-symbianelf* | \
sh-*-linux* | sh[2346lbe]*-*-linux* | \
sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \
@@ -587,8 +530,6 @@ sparc64-*-solaris2* | sparcv9-*-solaris2*)
;;
sparc-*-solaris2*)
;;
-sparc-*-sysv4*)
- ;;
sparc64-*-elf*)
;;
sparc-wrs-vxworks)
@@ -603,34 +544,18 @@ sparc64-*-netbsd*)
;;
spu-*-elf*)
;;
-strongarm-*-elf*)
- ;;
-strongarm-*-pe)
- ;;
-strongarm-*-kaos*)
- ;;
v850e1-*-*)
;;
v850e-*-*)
;;
v850-*-*)
;;
-vax-*-bsd*) # VAXen running BSD
- ;;
-vax-*-sysv*) # VAXen running system V
- ;;
vax-*-netbsdelf*)
;;
vax-*-netbsd*)
;;
vax-*-openbsd*)
;;
-vax-*-ultrix*) # VAXen running ultrix
- ;;
-xscale-*-elf)
- ;;
-xscale-*-coff)
- ;;
xstormy16-*-elf)
;;
xtensa-*-elf*)