[gcc r12-3475] Add cr16-*-* to the list of obsoleted targets

Richard Biener rguenth@gcc.gnu.org
Mon Sep 13 09:25:53 GMT 2021


https://gcc.gnu.org/g:a7348a1833d2e91bebe2c6f3681be5fc4a35326a

commit r12-3475-ga7348a1833d2e91bebe2c6f3681be5fc4a35326a
Author: Richard Biener <rguenther@suse.de>
Date:   Mon Sep 13 11:22:43 2021 +0200

    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.

Diff:
---
 gcc/config.gcc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/config.gcc b/gcc/config.gcc
index ccf41f66e42..84de1a3f691 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


More information about the Gcc-cvs mailing list