Diego 'Flameeyes' Pettenò wrote:
> On Thursday 06 July 2006 13:40, Donnie Berkholz wrote:
>> How will you handle non-gcc compilers?
> We don't support any, to start with.
> 
> But ICC I'm pretty sure behaves like GCC, and whatever else we'd go by 
> supporting should likely do the same.
> 
> But again, we don't support any, so it's up to whoever wants to support them 
> to find a solution, I'd say.

Well, there are enough in the tree that you should at least make sure
they don't completely break and error out when passing them invalid
flags, even if you fail to auto-enable mmx/sse/whatever. You could do if
[[ $(tc-getCC) != *gcc* ]] or something...

Thanks,
Donnie

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to