lib/systems/examples: use provided ABIs in PPC64 triple
This commit is contained in:
committed by
Rick van Schijndel
parent
3fa4274ff6
commit
cdb0f02a36
@@ -22,12 +22,11 @@ rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
ppc64 = {
|
ppc64 = {
|
||||||
config = "powerpc64-unknown-linux-gnu";
|
config = "powerpc64-unknown-linux-gnuabielfv2";
|
||||||
gcc = { abi = "elfv2"; }; # for gcc configuration
|
|
||||||
};
|
};
|
||||||
ppc64-musl = {
|
ppc64-musl = {
|
||||||
config = "powerpc64-unknown-linux-musl";
|
config = "powerpc64-unknown-linux-musl";
|
||||||
gcc = { abi = "elfv2"; }; # for gcc configuration
|
gcc = { abi = "elfv2"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
sheevaplug = {
|
sheevaplug = {
|
||||||
|
|||||||
Reference in New Issue
Block a user