This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: obsolete targets
- From: Tristan Gingold <gingold at adacore dot com>
- To: Trevor Saunders <tsaunders at mozilla dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 10 Jul 2014 09:03:59 +0200
- Subject: Re: obsolete targets
- Authentication-results: sourceware.org; auth=none
- References: <20140710022354 dot GA30511 at tsaunders-iceball dot corp dot tor1 dot mozilla dot com>
On 10 Jul 2014, at 04:23, Trevor Saunders <tsaunders@mozilla.com> wrote:
> Hi,
>
> I've noticed that the following targets are built in config-list.mk with
> --enable-obsolete
> i686-interix3 - doesn't appear to actually require --enable-obsolete
> though, should it be marked as obsolete in config.gcc?
> score-* and picochip-* since atleast sept 2012, is there a reason they
> haven't been removed yet?
>
> Also I've noticed that all the vms targets in config-list.mk fail
> because they try to link vms-c.o into cc1plus, but a symbol needed by
> vms-c.o is only defined in cc1 (it has been this way since at least mid
> may). Does anyone care about vms, or should we recognize what seems to
> be the state of afairs and mark it as obsolete?
For VMS, only the C compiler is supported (we know there are much more
difficult issues with stdc++).
Regards,
Tristan.