From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1474) id 9FBD03857827; Mon, 13 Sep 2021 10:15:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9FBD03857827 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Jan-Benedict Glaw To: gcc-cvs@gcc.gnu.org Subject: [gcc r12-3479] cr16-elf is now obsoleted X-Act-Checkin: gcc X-Git-Author: Jan-Benedict Glaw X-Git-Refname: refs/heads/master X-Git-Oldrev: f42e95a830ab48e59389065ce79a013a519646f1 X-Git-Newrev: c012297c9d5dfb177adf1423bdd05e5f4b87e5ec Message-Id: <20210913101532.9FBD03857827@sourceware.org> Date: Mon, 13 Sep 2021 10:15:32 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Sep 2021 10:15:32 -0000 https://gcc.gnu.org/g:c012297c9d5dfb177adf1423bdd05e5f4b87e5ec commit r12-3479-gc012297c9d5dfb177adf1423bdd05e5f4b87e5ec Author: Jan-Benedict Glaw Date: Mon Sep 13 12:13:17 2021 +0200 cr16-elf is now obsoleted As we are still building it for ./contrib/config-list.mk, let's add --enable-obsolete so this has a chance to work. contrib/ChangeLog: * config-list.mk (LIST): --enable-obsolete for cr16-elf. Diff: --- contrib/config-list.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \