Re: [PATCH] Add cr16-*-* to the list of obsoleted targets

2021-09-13 Thread Jan-Benedict Glaw
Hi!

On Mon, 2021-09-13 11:58:59 +0200, Richard Biener  wrote:
> On Mon, 13 Sep 2021, Jan-Benedict Glaw wrote:
> > contrib/ChangeLog:
> > 
> > * config-list.mk (LIST): --enable-obsolete for cr16-elf.
> > 
[...]
> OK.

Committed, thanks!

MfG, JBG

-- 


signature.asc
Description: PGP signature


Re: [PATCH] Add cr16-*-* to the list of obsoleted targets

2021-09-13 Thread Richard Biener via Gcc-patches
On Mon, 13 Sep 2021, Jan-Benedict Glaw wrote:

> Hi Richard,
> 
> On Mon, 2021-09-13 11:24:53 +0200, Richard Biener via Gcc-patches 
>  wrote:
> > This adds cr16-*-* to the list of obsoleted targets in config.gcc
> > 
> > Approved by Jeff in another thread, pushed.  cr16 has no maintainer and
> > it's still cc0.
> > 
> > 2021-09-13  Richard Biener  
> > 
> > * config.gcc: Add cr16-*-* to the list of obsoleted targets.
> 
> for the time being, please update ./contrib/config-list.mk to list
> "cr16-elf" as "cr16-elfOPT-enable-obsolete". Or anybody to ACK this
> for trunk?

OK.

Thanks and sorry for missing this,
Richard.

> contrib/ChangeLog:
> 
>   * config-list.mk (LIST): --enable-obsolete for cr16-elf.
> 
> diff --git a/contrib/config-list.mk b/contrib/config-list.mk
> index b9e9dd0b34b..b493e69f5d6 100644
> --- a/contrib/config-list.mk
> +++ b/contrib/config-list.mk
> @@ -40,7 +40,7 @@ LIST = aarch64-elf aarch64-linux-gnu aarch64-rtems \
>arm-symbianelf avr-elf \
>bfin-elf bfin-uclinux bfin-linux-uclibc bfin-rtems bfin-openbsd \
>bpf-unknown-none \
> -  c6x-elf c6x-uclinux cr16-elf cris-elf \
> +  c6x-elf c6x-uclinux cr16-elfOPT-enable-obsolete cris-elf \
>csky-elf csky-linux-gnu \
>epiphany-elf epiphany-elfOPT-with-stack-offset=16 fido-elf \
>fr30-elf frv-elf frv-linux ft32-elf h8300-elf hppa-linux-gnu \
> 
> 
> Thanks,
>   Jan-Benedict
> 

-- 
Richard Biener 
SUSE Software Solutions Germany GmbH, Maxfeldstrasse 5, 90409 Nuernberg,
Germany; GF: Felix Imendörffer; HRB 36809 (AG Nuernberg)


Re: [PATCH] Add cr16-*-* to the list of obsoleted targets

2021-09-13 Thread Jan-Benedict Glaw
Hi Richard,

On Mon, 2021-09-13 11:24:53 +0200, Richard Biener via Gcc-patches 
 wrote:
> This adds cr16-*-* to the list of obsoleted targets in config.gcc
> 
> Approved by Jeff in another thread, pushed.  cr16 has no maintainer and
> it's still cc0.
> 
> 2021-09-13  Richard Biener  
> 
>   * config.gcc: Add cr16-*-* to the list of obsoleted targets.

for the time being, please update ./contrib/config-list.mk to list
"cr16-elf" as "cr16-elfOPT-enable-obsolete". Or anybody to ACK this
for trunk?

contrib/ChangeLog:

* config-list.mk (LIST): --enable-obsolete for cr16-elf.

diff --git a/contrib/config-list.mk b/contrib/config-list.mk
index b9e9dd0b34b..b493e69f5d6 100644
--- a/contrib/config-list.mk
+++ b/contrib/config-list.mk
@@ -40,7 +40,7 @@ LIST = aarch64-elf aarch64-linux-gnu aarch64-rtems \
   arm-symbianelf avr-elf \
   bfin-elf bfin-uclinux bfin-linux-uclibc bfin-rtems bfin-openbsd \
   bpf-unknown-none \
-  c6x-elf c6x-uclinux cr16-elf cris-elf \
+  c6x-elf c6x-uclinux cr16-elfOPT-enable-obsolete cris-elf \
   csky-elf csky-linux-gnu \
   epiphany-elf epiphany-elfOPT-with-stack-offset=16 fido-elf \
   fr30-elf frv-elf frv-linux ft32-elf h8300-elf hppa-linux-gnu \


Thanks,
  Jan-Benedict
-- 


signature.asc
Description: PGP signature


[PATCH] Add cr16-*-* to the list of obsoleted targets

2021-09-13 Thread Richard Biener via Gcc-patches
This adds cr16-*-* to the list of obsoleted targets in config.gcc

Approved by Jeff in another thread, pushed.  cr16 has no maintainer and
it's still cc0.

2021-09-13  Richard Biener  

* config.gcc: Add cr16-*-* to the list of obsoleted targets.
---
 gcc/config.gcc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/config.gcc b/gcc/config.gcc
index ccf41f66e42..84de1a3f691 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -249,6 +249,7 @@ md_file=
 # Obsolete configurations.
 case ${target} in
   tile*-*-*\
+ | cr16-*-*\
  )
 if test "x$enable_obsolete" != xyes; then
   echo "*** Configuration ${target} is obsolete." >&2
-- 
2.31.1