am33_2.0-linux was removed from glibc some time ago. Furthermore, for the testing done by config-list.mk builds, we get almost identical coverage from mn10300-elf.
In fact, mn10300-elf is actually better for testing purposes -- we can build newlib to do a first level test of the code generator and we can run the testsuite with the mn103 simulator if we were so inclined. We can't do either with the -linux configuration.
This patch removes am33_2.0-linux from config-list.mk. One could argue the port should be deprecated & removed. I'm not sure if that would affect linux kernel builds which still supports the mn103 platform, so I'm leaving it as-is for now.
Installing on the trunk, Jeff
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 655e7fb7b84..c26ced0eeaa 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,8 @@ +2007-05-03 Jeff Law <l...@redhat.com> + + * config-list.mk (am33_2.0-linux): Remove from list of targets + to build. + 2017-05-02 Jakub Jelinek <ja...@redhat.com> * gennews (files): Add files for GCC 7. diff --git a/contrib/config-list.mk b/contrib/config-list.mk index 0edc8a4b813..fee08b02a2b 100644 --- a/contrib/config-list.mk +++ b/contrib/config-list.mk @@ -32,7 +32,7 @@ GCC_SRC_DIR=../../gcc # v850e1-elf is rejected by config.sub LIST = aarch64-elf aarch64-linux-gnu aarch64-rtems \ alpha-linux-gnu alpha-freebsd6 alpha-netbsd alpha-openbsd \ - alpha64-dec-vms alpha-dec-vms am33_2.0-linux \ + alpha64-dec-vms alpha-dec-vms \ arc-elf32OPT-with-cpu=arc600 arc-elf32OPT-with-cpu=arc700 \ arc-linux-uclibcOPT-with-cpu=arc700 arceb-linux-uclibcOPT-with-cpu=arc700 \ arm-wrs-vxworks arm-netbsdelf \