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 --