common: Add ppc target
This commit is contained in:
committed by
Helmut Pozimski
parent
ce19a79774
commit
c785cfd34e
@@ -18,6 +18,10 @@ do_configure() {
|
||||
armv*)
|
||||
_MESON_CPU_FAMILY=arm
|
||||
;;
|
||||
ppc|ppc-musl)
|
||||
_MESON_TARGET_ENDIAN=big
|
||||
_MESON_CPU_FAMILY=ppc
|
||||
;;
|
||||
i686*)
|
||||
_MESON_CPU_FAMILY=x86
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user