Add cr16-*-* to the list of obsoleted targets
authorRichard Biener <rguenther@suse.de>
Mon, 13 Sep 2021 09:22:43 +0000 (11:22 +0200)
committerRichard Biener <rguenther@suse.de>
Mon, 13 Sep 2021 09:25:36 +0000 (11:25 +0200)
This adds cr16-*-* to the list of obsoleted targets in config.gcc

2021-09-13  Richard Biener  <rguenther@suse.de>

* config.gcc: Add cr16-*-* to the list of obsoleted targets.

gcc/config.gcc

index ccf41f6..84de1a3 100644 (file)
@@ -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