On Fri, Dec 17, 2021 at 11:11 AM Joel Sherrill <[email protected]> wrote: > > --- > gcc/config.gcc | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/gcc/config.gcc b/gcc/config.gcc > index c8824367b13..fe93a72a16c 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 > -- > 2.24.4 >
Hi, be sure to note this obsoletion in the Caveats section of gcc-12/changes.html; thanks.
