[gcc r12-6076] Obsolete m32c-rtems target

Joel Sherrill joel@gcc.gnu.org
Mon Dec 20 14:49:39 GMT 2021


https://gcc.gnu.org/g:1f56dbe2daaa5931356d0018c2c2c17bb4691d0e

commit r12-6076-g1f56dbe2daaa5931356d0018c2c2c17bb4691d0e
Author: Joel Sherrill <joel@rtems.org>
Date:   Fri Dec 17 10:10:10 2021 -0600

    Obsolete m32c-rtems target
    
    2021-12-20  Joel Sherrill <joel@rtems.org>
    
    gcc/
            * config.gcc: Obsolete m32c-*-rtems* target.

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

diff --git a/gcc/config.gcc b/gcc/config.gcc
index c8c0ef9aa05..91806aa706f 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -252,6 +252,7 @@ case ${target} in
  | cr16-*-*				\
  | hppa[12]*-*-hpux10*			\
  | hppa[12]*-*-hpux11*			\
+ | m32c-*-rtems*			\
  )
     if test "x$enable_obsolete" != xyes; then
       echo "*** Configuration ${target} is obsolete." >&2


More information about the Gcc-cvs mailing list