We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 345595a commit 82ff1f5Copy full SHA for 82ff1f5
1 file changed
pkgs/top-level/stage.nix
@@ -78,6 +78,8 @@ let
78
gnueabihf = lib.systems.parse.abis.musleabihf;
79
gnuabin32 = lib.systems.parse.abis.muslabin32;
80
gnuabi64 = lib.systems.parse.abis.muslabi64;
81
+ gnuabielfv2 = lib.systems.parse.abis.musl;
82
+ gnuabielfv1 = lib.systems.parse.abis.musl;
83
# The following two entries ensure that this function is idempotent.
84
musleabi = lib.systems.parse.abis.musleabi;
85
musleabihf = lib.systems.parse.abis.musleabihf;
@@ -257,8 +259,6 @@ let
257
259
crossSystem = {
258
260
isStatic = true;
261
parsed = makeMuslParsedPlatform stdenv.hostPlatform.parsed;
- } // lib.optionalAttrs (stdenv.hostPlatform.system == "powerpc64-linux") {
- gcc.abi = "elfv2";
262
};
263
});
264
0 commit comments