From: Trevor Saunders <tbsaunde+...@tbsaunde.org> hi,
Joel said in http://gcc.gnu.org/ml/gcc/2016-01/msg00016.html we should drop support for these targets because rtems has stopped supporting them, so this marks them as obsolete and we can remove them in gcc 7. tested building for {avr,h8300,m32r}-rtems without --enable-obsolete fails, and make all-gcc for i686-linux-gnu succeeds. ok? Trev gcc/ChangeLog: 2016-02-03 Trevor Saunders <tbsaunde+...@tbsaunde.org> * config.gcc: Mark deprecated rtems targets as obsolete. --- gcc/config.gcc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/config.gcc b/gcc/config.gcc index c602358..e26742e 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -240,6 +240,9 @@ case ${target} in | *-knetbsd-* \ | *-openbsd2* \ | *-openbsd3* \ + | avr-*rtems* \ + | h8300-*rtems* \ + | m32r-*rtems* \ ) if test "x$enable_obsolete" != xyes; then echo "*** Configuration ${target} is obsolete." >&2 -- 2.7.0