diff options
author | Richard Biener <rguenther@suse.de> | 2021-09-13 11:22:43 +0200 |
---|---|---|
committer | Richard Biener <rguenther@suse.de> | 2021-09-13 11:25:36 +0200 |
commit | a7348a1833d2e91bebe2c6f3681be5fc4a35326a (patch) | |
tree | 1a4688b8130cb56e50b6ad70ca2d64d6aa7335e7 | |
parent | 716e03f9f3d30a4077c487fbb5f558562796217f (diff) | |
download | gcc-a7348a1833d2e91bebe2c6f3681be5fc4a35326a.zip gcc-a7348a1833d2e91bebe2c6f3681be5fc4a35326a.tar.gz gcc-a7348a1833d2e91bebe2c6f3681be5fc4a35326a.tar.bz2 |
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 <rguenther@suse.de>
* config.gcc: Add cr16-*-* to the list of obsoleted targets.
-rw-r--r-- | gcc/config.gcc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index ccf41f6..84de1a3 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 |