diff mbox

obsolete the deprecated rtems targets

Message ID 1454560560-25230-1-git-send-email-tbsaunde+gcc@tbsaunde.org
State New
Headers show

Commit Message

tbsaunde+gcc@tbsaunde.org Feb. 4, 2016, 4:36 a.m. UTC
From: Trevor Saunders <tbsaunde+gcc@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+gcc@tbsaunde.org>

	* config.gcc: Mark deprecated rtems targets as obsolete.
---
 gcc/config.gcc | 3 +++
 1 file changed, 3 insertions(+)

Comments

Jeff Law Feb. 4, 2016, 6:52 a.m. UTC | #1
On 02/03/2016 09:36 PM, tbsaunde+gcc@tbsaunde.org wrote:
> From: Trevor Saunders <tbsaunde+gcc@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+gcc@tbsaunde.org>
>
> 	* config.gcc: Mark deprecated rtems targets as obsolete.
OK.
jeff
diff mbox

Patch

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