Merge pull request #116495 from r-burns/ppc64

lib/systems: remove powerpc64 elfv1 support
This commit is contained in:
Sandro
2021-04-12 16:44:14 +02:00
committed by GitHub
5 changed files with 7 additions and 19 deletions
+1 -2
View File
@@ -19,8 +19,7 @@ in with pkgs; rec {
tarMinimal = gnutar.override { acl = null; };
busyboxMinimal = busybox.override {
useMusl = with stdenv.targetPlatform; !isRiscV &&
(system == "powerpc64-linux" -> parsed.abi.name != "elfv1");
useMusl = !stdenv.targetPlatform.isRiscV;
enableStatic = true;
enableMinimal = true;
extraConfig = ''