]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 ccf41f66e42374ff78c5472423a4e7d9822cbf54..84de1a3f6916d80906e49eb07caa11175f834f97 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