A few arm targets were removed from config.gcc, and picochip is only available with --enable-obsolete. This patch brings config-list.mk up-to-date in these respects.
2012-09-24 Joern Rennecke <joern.renne...@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. Index: contrib/config-list.mk =================================================================== --- contrib/config-list.mk (revision 191658) +++ contrib/config-list.mk (working copy) @@ -13,9 +13,9 @@ # 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 al 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 \