public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] obsolete the deprecated rtems targets
@ 2016-02-04  4:36 tbsaunde+gcc
  2016-02-04  6:52 ` Jeff Law
  0 siblings, 1 reply; 2+ messages in thread
From: tbsaunde+gcc @ 2016-02-04  4:36 UTC (permalink / raw)
  To: gcc-patches

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(+)

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] obsolete the deprecated rtems targets
  2016-02-04  4:36 [PATCH] obsolete the deprecated rtems targets tbsaunde+gcc
@ 2016-02-04  6:52 ` Jeff Law
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Law @ 2016-02-04  6:52 UTC (permalink / raw)
  To: tbsaunde+gcc, gcc-patches

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-02-04  6:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-04  4:36 [PATCH] obsolete the deprecated rtems targets tbsaunde+gcc
2016-02-04  6:52 ` Jeff Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).