2012-10-31 Joern Rennecke contrib: * config-list.mk (LIST): Add arc-elf32OPT-with-cpu=arc600, arc-elf32OPT-with-cpu=arc700 and arc-linux-uclibcOPT-with-cpu=arc700 . Index: config-list.mk =================================================================== --- config-list.mk (revision 193034) +++ config-list.mk (working copy) @@ -1,5 +1,5 @@ # Run tests covering all config.gcc cases. -host_options='--with-mpc=/opt/cfarm/mpc' # gcc10 +#host_options='--with-mpc=/opt/cfarm/mpc' # gcc10 TEST=all-gcc # Make sure you have a recent enough gcc (with ada support) in your path so # that --enable-werror-always will work. @@ -13,6 +13,8 @@ # 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 \ + arc-elf32OPT-with-cpu=arc600 arc-elf32OPT-with-cpu=arc700 \ + arc-linux-uclibcOPT-with-cpu=arc700 \ arm-wrs-vxworks arm-netbsdelf \ arm-linux-androideabi arm-uclinux_eabi arm-eabi \ arm-symbianelf avr-rtems avr-elf \