From a7348a1833d2e91bebe2c6f3681be5fc4a35326a Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Mon, 13 Sep 2021 11:22:43 +0200 Subject: [PATCH] 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. --- gcc/config.gcc | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.3