gcc: Only use strip -x if building libgccjit on darwin

It's not necessary to use strip -x otherwise, so let's just use it for
the JIT library.
This commit is contained in:
Andreas Fuchs
2020-08-29 23:10:38 -04:00
parent a891ae41b3
commit 41e34e76d8
2 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -181,7 +181,7 @@ stdenv.mkDerivation ({
preConfigure = import ../common/pre-configure.nix {
inherit (stdenv) lib;
inherit version hostPlatform gnatboot langAda langGo;
inherit version hostPlatform gnatboot langAda langGo langJit;
};
dontDisableStatic = true;