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
+3 -7
View File
@@ -21,14 +21,10 @@ rec {
config = "powerpc64le-unknown-linux-musl";
};
ppc64-elfv1 = {
config = "powerpc64-unknown-linux-elfv1";
ppc64 = {
config = "powerpc64-unknown-linux-gnu";
gcc = { abi = "elfv2"; }; # for gcc configuration
};
ppc64-elfv2 = {
config = "powerpc64-unknown-linux-elfv2";
};
ppc64 = ppc64-elfv2; # default to modern elfv2
ppc64-musl = {
config = "powerpc64-unknown-linux-musl";
gcc = { abi = "elfv2"; }; # for gcc configuration