This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Target deprecations for 4.6


On Sat, Feb 12, 2011 at 08:11:07AM -0500, David Edelsohn wrote:
> On Fri, Feb 11, 2011 at 9:15 PM, Joseph S. Myers
> <joseph@codesourcery.com> wrote:
> > appear to involve a simultaneously maintained set of upstream components
> > that are usable together in their current upstream forms; they got Linux
> > kernel support upstream in 2009 (and don't seem to have maintained it much
> > since then), some time after they got GCC support upstream (and then
> > stopped maintaining it).
> 
> The SCORE port was accepted and maintainers appointed with the
> understanding that lack of maintenance would lead to rapid deprecation
> and removal.
> 
> I would suggest directly sending a message to the last contacts and
> any other contact email address for SCORE that the port must function
> and test results posted or it will be deprecated and removed.  That
> the GCC community needs to see action, not future promises.

Patch for adding score-* and crx-* to obsolete ports below.  Last
contact for SCORE and current crx maintainer CC'd.

OK to commit?

-Nathan

	* config.gcc: Declare score-* and crx-* obsolete.

diff --git a/gcc/config.gcc b/gcc/config.gcc
index 54b822e..0f7050d 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -237,6 +237,7 @@ case ${target} in
  | alpha*-*-gnu*			\
  | arm*-*-netbsd*			\
  | arm-*-pe*				\
+ | crx-*				\
  | i[34567]86-*-interix3*		\
  | i[34567]86-*-netbsd*			\
  | i[34567]86-*-pe			\
@@ -247,6 +248,7 @@ case ${target} in
  | m68k-*-uclinuxoldabi*		\
  | mcore-*-pe*				\
  | powerpc*-*-gnu*			\
+ | score-*				\
  | sh*-*-symbianelf*			\
  | vax-*-netbsd*			\
  )


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]