From: Richard Biener Date: Mon, 13 Sep 2021 09:22:43 +0000 (+0200) Subject: Add cr16-*-* to the list of obsoleted targets X-Git-Tag: basepoints/gcc-13~4838 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7348a1833d2e91bebe2c6f3681be5fc4a35326a;p=thirdparty%2Fgcc.git Add cr16-*-* to the list of obsoleted targets This adds cr16-*-* to the list of obsoleted targets in config.gcc 2021-09-13 Richard Biener * config.gcc: Add cr16-*-* to the list of obsoleted targets. --- diff --git a/gcc/config.gcc b/gcc/config.gcc index ccf41f66e423..84de1a3f6916 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