diff mbox series

[2/6] contrib: Remove arm-wrs-vxworks from config-list.mk

Message ID 20200531101547.31599-1-ibuclaw@gdcproject.org
State New
Headers show
Series [1/6] contrib: Remove cris-linux and crisv32-* from config-list.mk | expand

Commit Message

Iain Buclaw May 31, 2020, 10:15 a.m. UTC
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(-)

Comments

Li, Pan2 via Gcc-patches May 31, 2020, 5:22 p.m. UTC | #1
On Sun, 2020-05-31 at 12:15 +0200, Iain Buclaw via Gcc-patches wrote:
> 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.
OK
jeff
>
diff mbox series

Patch

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 \