diff options
author | Joern Rennecke <joern.rennecke@embecosm.com> | 2012-09-26 22:03:44 +0000 |
---|---|---|
committer | Joern Rennecke <amylaar@gcc.gnu.org> | 2012-09-26 23:03:44 +0100 |
commit | f3633f55aafac9a9cb1b2e779bc94fb7a1f96685 (patch) | |
tree | 317662f9443c9024f11453ac16fb6c85168d893e /contrib | |
parent | 6040bb5fd3ae8df05a78ad143faf1428d44de73c (diff) | |
download | gcc-f3633f55aafac9a9cb1b2e779bc94fb7a1f96685.zip gcc-f3633f55aafac9a9cb1b2e779bc94fb7a1f96685.tar.gz gcc-f3633f55aafac9a9cb1b2e779bc94fb7a1f96685.tar.bz2 |
contrib-list.mk (LIST): Remove arm-freebsd6, arm-linux, arm-ecos-elf, arm-rtems, arm-elf and arm-wince-pe.
* contrib-list.mk (LIST): Remove arm-freebsd6, arm-linux,
arm-ecos-elf, arm-rtems, arm-elf and arm-wince-pe.
Use --enable-obsolete for picochip-elf.
From-SVN: r191780
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/ChangeLog | 6 | ||||
-rw-r--r-- | contrib/config-list.mk | 9 |
2 files changed, 11 insertions, 4 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index fbffc5e..9e619d0 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,9 @@ +2012-09-26 Joern Rennecke <joern.rennecke@embecosm.com> + + * contrib-list.mk (LIST): Remove arm-freebsd6, arm-linux, + arm-ecos-elf, arm-rtems, arm-elf and arm-wince-pe. + Use --enable-obsolete for picochip-elf. + 2012-09-10 Diego Novillo <dnovillo@google.com> * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update. diff --git a/contrib/config-list.mk b/contrib/config-list.mk index 7281315..66f479a 100644 --- a/contrib/config-list.mk +++ b/contrib/config-list.mk @@ -13,9 +13,9 @@ TEST=all-gcc # v850e1-elf is rejected by config.sub LIST = alpha-linux-gnu alpha-freebsd6 alpha-netbsd alpha-openbsd \ alpha64-dec-vms alpha-dec-vms am33_2.0-linux \ - arm-wrs-vxworks arm-freebsd6 arm-netbsdelf arm-linux \ - arm-linux-androideabi arm-uclinux_eabi arm-ecos-elf arm-eabi \ - arm-symbianelf arm-rtems arm-elf arm-wince-pe avr-rtems avr-elf \ + arm-wrs-vxworks arm-netbsdelf \ + arm-linux-androideabi arm-uclinux_eabi arm-eabi \ + arm-symbianelf avr-rtems avr-elf \ bfin-elf bfin-uclinux bfin-linux-uclibc bfin-rtems bfin-openbsd \ c6x-elf c6x-uclinux cr16-elf cris-elf cris-linux crisv32-elf crisv32-linux \ epiphany-elf epiphany-elfOPT-with-stack-offset=16 fido-elf \ @@ -42,7 +42,8 @@ LIST = alpha-linux-gnu alpha-freebsd6 alpha-netbsd alpha-openbsd \ mipsisa64-elfoabi mipsisa64r2el-elf mipsisa64sr71k-elf mipsisa64sb1-elf \ mipsel-elf mips64-elf mips64vr-elf mips64orion-elf mips-rtems \ mips-wrs-vxworks mipstx39-elf mmix-knuth-mmixware mn10300-elf moxie-elf \ - moxie-uclinux moxie-rtems pdp11-aout picochip-elf powerpc-darwin8 \ + moxie-uclinux moxie-rtems pdp11-aout picochip-elfOPT-enable-obsolete \ + powerpc-darwin8 \ powerpc-darwin7 powerpc64-darwin powerpc-freebsd6 powerpc-netbsd \ powerpc-eabispe powerpc-eabisimaltivec powerpc-eabisim ppc-elf \ powerpc-eabialtivec powerpc-xilinx-eabi powerpc-eabi \ |