llvm: support PowerPC

This commit is contained in:
Viktor Kleen 2019-01-19 17:56:28 -08:00
parent 5069fa0a30
commit 469ecc7098
No known key found for this signature in database
GPG key ID: 1D27D6D640BCCFB5

View file

@ -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";