]> git.ipfire.org Git - thirdparty/ccache.git/commit
fix: Detect compiler type for hard linked generic compiler name
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 21 Sep 2024 09:26:47 +0000 (11:26 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 21 Sep 2024 11:42:12 +0000 (13:42 +0200)
commit2d44072b022bf560cfb11993438c9cfc5fff997d
tree81b95a5ff9d03ae6f71da0aaad1b392dbe283436
parent51677af0ef26da8e3381919b69708c859474ecf3
fix: Detect compiler type for hard linked generic compiler name

This makes color diagnostics work on systems like Arch Linux where e.g.
/usr/bin/c++ is a hard link to /usr/bin/g++.

Fixes #1514.
src/ccache/ccache.cpp