Bug 7600 - Optional compiler detection using a custom command
Summary: Optional compiler detection using a custom command
Status: CLOSED FIXED
Alias: None
Product: ccache
Classification: Unclassified
Component: ccache (show other bugs)
Version: 2.4
Hardware: All Linux
: P3 enhancement
Target Milestone: 3.1
Assignee: Joel Rosdahl
QA Contact: Joel Rosdahl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-02 09:54 UTC by Joel Rosdahl
Modified: 2011-03-22 18:09 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joel Rosdahl 2010-08-02 09:54:10 UTC
Instead of hashing the compiler's mtime+size to detect the compiler version, it should be possible to hash the output of a custom command like "$compiler -dumpspecs".

See also Debian bug report #506968: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506968
Comment 1 Joel Rosdahl 2010-08-02 10:04:06 UTC
I plan to implement this in ccache 3.1.
Comment 2 Joel Rosdahl 2010-09-14 09:52:33 UTC
Implemented.