Merge pull request #9066 from Bevaz/ccache-isGNU
ccache: set attribute isGNU = true
This commit is contained in:
commit
00821f4046
@ -23,7 +23,7 @@ stdenv.mkDerivation {
|
||||
passthru = {
|
||||
# A derivation that provides gcc and g++ commands, but that
|
||||
# will end up calling ccache for the given cacheDir
|
||||
links = extraConfig : (runCommand "ccache-links" { passthru.gcc = gcc; }
|
||||
links = extraConfig : (runCommand "ccache-links" { passthru.gcc = gcc; passthru.isGNU = true; }
|
||||
''
|
||||
mkdir -p $out/bin
|
||||
if [ -x "${gcc.cc}/bin/gcc" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user