stdenv/bootstrap-tools: remove powerpc64 special case
Now that powerpc64 is always ELFv2, we can unconditionally use musl tools here.
This commit is contained in:
parent
7b9c1dbd28
commit
68823d6d65
@ -19,8 +19,7 @@ in with pkgs; rec {
|
|||||||
tarMinimal = gnutar.override { acl = null; };
|
tarMinimal = gnutar.override { acl = null; };
|
||||||
|
|
||||||
busyboxMinimal = busybox.override {
|
busyboxMinimal = busybox.override {
|
||||||
useMusl = with stdenv.targetPlatform; !isRiscV &&
|
useMusl = !stdenv.targetPlatform.isRiscV;
|
||||||
(system == "powerpc64-linux" -> parsed.abi.name != "elfv1");
|
|
||||||
enableStatic = true;
|
enableStatic = true;
|
||||||
enableMinimal = true;
|
enableMinimal = true;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user