diff mbox series

[5/6] contrib: Add v850e1-elf to config-list.mk

Message ID 20200531101955.519-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:19 a.m. UTC
This comment was added in SVN r173410, v850e1-* was added to config.sub
in SVN r174691i (around 2011).  So it should no longer apply.

OK?

Regards
Iain

---
contrib/ChangeLog:

	* config-list.mk (LIST): Add v850e1-elf.
---
 contrib/config-list.mk | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

Li, Pan2 via Gcc-patches May 31, 2020, 5:23 p.m. UTC | #1
On Sun, 2020-05-31 at 12:19 +0200, Iain Buclaw via Gcc-patches wrote:
> This comment was added in SVN r173410, v850e1-* was added to config.sub
> in SVN r174691i (around 2011).  So it should no longer apply.
> 
> OK?
> 
> Regards
> Iain
> 
> ---
> contrib/ChangeLog:
> 
> 	* config-list.mk (LIST): Add v850e1-elf.
OK.  Though I doubt the additional build gives us any notable amount of
additional coverage.

jeff
>
diff mbox series

Patch

diff --git a/contrib/config-list.mk b/contrib/config-list.mk
index 6e4a8a8389e..5818f7df08b 100644
--- a/contrib/config-list.mk
+++ b/contrib/config-list.mk
@@ -29,7 +29,6 @@  GCC_SRC_DIR=../../gcc
 #     > make.out 2>&1 &
 #
 
-# v850e1-elf is rejected by config.sub
 LIST = aarch64-elf aarch64-linux-gnu aarch64-rtems \
   alpha-linux-gnu alpha-netbsd alpha-openbsd \
   alpha64-dec-vms alpha-dec-vms \
@@ -95,7 +94,7 @@  LIST = aarch64-elf aarch64-linux-gnu aarch64-rtems \
   sparc-wrs-vxworks sparc64-elf sparc64-rtems sparc64-linux sparc64-freebsd6 \
   sparc64-netbsd sparc64-openbsd \
   tilegx-linux-gnu tilegxbe-linux-gnu tilepro-linux-gnu \
-  v850e-elf v850-elf v850-rtems vax-linux-gnu \
+  v850e1-elf v850e-elf v850-elf v850-rtems vax-linux-gnu \
   vax-netbsdelf vax-openbsd visium-elf x86_64-apple-darwin \
   x86_64-pc-linux-gnuOPT-with-fpmath=avx \
   x86_64-elfOPT-with-fpmath=sse x86_64-freebsd6 x86_64-netbsd \