Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] General toolchain options

Let's say 2 of the 3 tools in the chain should use a common option. Is there a way to do that too?

Thanks,

- Corey

Corey Ashford
Software Engineer
IBM Linux Technology Center, Linux Toolchain
Beaverton, OR
503-578-3507
cjashfor@xxxxxxxxxx


cdt-dev-bounces@xxxxxxxxxxx wrote on 11/29/2007 04:58:41 AM:

> I've done this. It works great!
>
> Doug Schaefer, QNX Software Systems
> Eclipse CDT Project Lead, http://cdtdoug.blogspot.com
>
>
> > -----Original Message-----
> > From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On
> > Behalf Of wieant@xxxxxxxxx
> > Sent: Thursday, November 29, 2007 5:07 AM
> > To: CDT General developers list.
> > Subject: Re: [cdt-dev] General toolchain options
> >
> >
> > > Is there a way to specify tool options which are applicable to several
> > > tools? I've got a toolchain with several options which are applicable to
> > > all tools in the toolchain (enable/disable warnings, target cpu type,
> > etc.)
> > >
> > > What is the best way to implement this?
> >
> > Since CDT4 you are allowed to specify options on a toolchain level.
> > The commandline generators for the different tools can then add
> > these global options to their tool specific options.
> >
> > Regards,
> >   Wieant
> > _______________________________________________
> > cdt-dev mailing list
> > cdt-dev@xxxxxxxxxxx
> > https://dev.eclipse.org/mailman/listinfo/cdt-dev
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top