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: obsolete targets


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.


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