diff mbox series

[4/6] contrib: Add or1k-elf, or1k-linux-*, and or1k-rtems to config-list.mk

Message ID 20200531101916.383-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
Support for OpenRISC target was added in SVN r265963.

The target configurations were taken from the list of supported
toolchains[1], so seems sensible to include them all.

OK?

Regards
Iain

[1]: https://www.openrisc.io/software

---
contrib/ChangeLog:

	* config-list.mk (LIST): Add or1k-elf, or1k-linux-*, and or1k-rtems.
---
 contrib/config-list.mk | 1 +
 1 file changed, 1 insertion(+)

Comments

Li, Pan2 via Gcc-patches May 31, 2020, 5:22 p.m. UTC | #1
On Sun, 2020-05-31 at 12:19 +0200, Iain Buclaw via Gcc-patches wrote:
> Support for OpenRISC target was added in SVN r265963.
> 
> The target configurations were taken from the list of supported
> toolchains[1], so seems sensible to include them all.
> 
> OK?
> 
> Regards
> Iain
> 
> [1]: https://www.openrisc.io/software
> 
> ---
> contrib/ChangeLog:
> 
> 	* config-list.mk (LIST): Add or1k-elf, or1k-linux-*, and or1k-rtems.
OK.
Jeff
>
Stafford Horne May 31, 2020, 8:53 p.m. UTC | #2
On Sun, May 31, 2020 at 12:19:16PM +0200, Iain Buclaw wrote:
> Support for OpenRISC target was added in SVN r265963.
> 
> The target configurations were taken from the list of supported
> toolchains[1], so seems sensible to include them all.
> 
> OK?
> 
> Regards
> Iain
> 
> [1]: https://www.openrisc.io/software
> 
> ---
> contrib/ChangeLog:
> 
> 	* config-list.mk (LIST): Add or1k-elf, or1k-linux-*, and or1k-rtems.

This looks good to me.  Can you apply it or do you want me to do it?

-Stafford
Iain Buclaw May 31, 2020, 9:09 p.m. UTC | #3
On 31/05/2020 22:53, Stafford Horne wrote:
> On Sun, May 31, 2020 at 12:19:16PM +0200, Iain Buclaw wrote:
>> Support for OpenRISC target was added in SVN r265963.
>>
>> The target configurations were taken from the list of supported
>> toolchains[1], so seems sensible to include them all.
>>
>> OK?
>>
>> Regards
>> Iain
>>
>> [1]: https://www.openrisc.io/software
>>
>> ---
>> contrib/ChangeLog:
>>
>> 	* config-list.mk (LIST): Add or1k-elf, or1k-linux-*, and or1k-rtems.
> 
> This looks good to me.  Can you apply it or do you want me to do it?
> 
> -Stafford
> 

I've applied it.

Iain.
diff mbox series

Patch

diff --git a/contrib/config-list.mk b/contrib/config-list.mk
index 2d8d16a5fe1..6e4a8a8389e 100644
--- a/contrib/config-list.mk
+++ b/contrib/config-list.mk
@@ -72,6 +72,7 @@  LIST = aarch64-elf aarch64-linux-gnu aarch64-rtems \
   nds32le-elf nds32be-elf \
   nios2-elf nios2-linux-gnu nios2-rtems \
   nvptx-none \
+  or1k-elf or1k-linux-uclibc or1k-linux-musl or1k-rtems \
   pdp11-aout \
   powerpc-darwin8 \
   powerpc-darwin7 powerpc64-darwin powerpc-freebsd6 powerpc-netbsd \