3
0
Fork 0
forked from mirrors/nixpkgs

lib/systems/examples: use provided ABIs in PPC64 triple

This commit is contained in:
Minijackson 2022-07-25 12:22:41 +02:00 committed by Rick van Schijndel
parent 3fa4274ff6
commit cdb0f02a36

View file

@ -22,12 +22,11 @@ rec {
};
ppc64 = {
config = "powerpc64-unknown-linux-gnu";
gcc = { abi = "elfv2"; }; # for gcc configuration
config = "powerpc64-unknown-linux-gnuabielfv2";
};
ppc64-musl = {
config = "powerpc64-unknown-linux-musl";
gcc = { abi = "elfv2"; }; # for gcc configuration
gcc = { abi = "elfv2"; };
};
sheevaplug = {