build-support/meson: Correct cpu_family values for POWER
Endianness is not included in the value.
This commit is contained in:
@@ -11,6 +11,10 @@ let
|
|||||||
"arm"
|
"arm"
|
||||||
else if isx86_32 then
|
else if isx86_32 then
|
||||||
"x86"
|
"x86"
|
||||||
|
else if isPower64 then
|
||||||
|
"ppc64"
|
||||||
|
else if isPower then
|
||||||
|
"ppc"
|
||||||
else
|
else
|
||||||
platform.uname.processor;
|
platform.uname.processor;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user