Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] CDT's handling of compilation switches

Getting back to your original problem, adding support for 64-bit
PowerPC, the way additional platforms have been added in the past is to
define a new variant of the GNU tool-chain.  For example, we already
have MAC and Sun specific variants.  Your 64-bit PowerPC tool-chain
could set appropriate switches by default, add new switches, remove
inappropriate switches, set the default binary parser, etc.

Leo

-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
On Behalf Of Corey Ashford
Sent: Tuesday, October 03, 2006 11:02 AM
To: cdt-dev@xxxxxxxxxxx
Subject: Re: [cdt-dev] CDT's handling of compilation switches

Thanks for the feedback, Chris; there are a lot of things I hadn't 
considered there.  That gives me a clearer picture of the water we'd be 
diving into.

- Corey
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top