[ccache] [PATCH] Add support for the -x GCC switch

Joel Rosdahl joel at rosdahl.net
Mon Apr 19 14:03:55 MDT 2010


On 2010-04-19 10:11, Dirk Best wrote:

>> I see that you reuse the extensions array to find out the language, but that
>> will only handle the c and c++ cases. It would be nice to handle
>> c-cpp-output and c++-cpp-output as well.
>
> I haven't really looked into that yet, as the project I added support
> for doesn't require it. Is there any special handling required for
> those or can we handle this with an entry in the extension table?

No entry is neeed in the extension table if we add a separate language 
array.

 > [...]
> I'll prepare an updated patch that takes care about some of those issues.

Excellent!

-- Joel


More information about the ccache mailing list