Support for arm-wrs-vxworks was removed in git 27204060db5/r10-4684.

Looking at the commit, it seems that it can instead be replaced with
arm-wrs-vxworks7, however this target doesn't pass selftests due to an
unrecognized CPU (PR 95420).  Nor does the previous default CPU work
either (arm-wrs-vxworks7OPT-with-cpu=arm8) as it requires the VSB_DIR
environment variable to be set, even if -nostdinc is used (I think I see
where the dependency is coming from though, so could submit another
patch to plug that).

OK?

Regards
Iain

---
contrib/ChangeLog:

        * config-list.mk (LIST): Remove arm-wrs-vxworks.
---
 contrib/config-list.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/config-list.mk b/contrib/config-list.mk
index 05b6f925891..cd1d8f2f936 100644
--- a/contrib/config-list.mk
+++ b/contrib/config-list.mk
@@ -36,7 +36,7 @@ LIST = aarch64-elf aarch64-linux-gnu aarch64-rtems \
   amdgcn-amdhsa \
   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 \
+  arm-netbsdelf \
   arm-linux-androideabi arm-uclinux_eabi arm-eabi arm-rtems \
   arm-symbianelf avr-elf \
   bfin-elf bfin-uclinux bfin-linux-uclibc bfin-rtems bfin-openbsd \
-- 
2.20.1

Reply via email to