mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-20 23:10:19 +08:00
llvm: support PowerPC
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user