mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
llvm: support PowerPC
This commit is contained in:
parent
5069fa0a30
commit
469ecc7098
@ -12,6 +12,8 @@ rec {
|
||||
"ARM"
|
||||
else if platform.parsed.cpu.family == "mips" then
|
||||
"Mips"
|
||||
else if platform.parsed.cpu.family == "power" then
|
||||
"PowerPC"
|
||||
else
|
||||
throw "Unsupported system";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user