common: Add ppc target

This commit is contained in:
Thomas Batten 2018-12-22 10:33:06 +10:30 committed by Helmut Pozimski
parent ce19a79774
commit c785cfd34e
5 changed files with 301 additions and 1 deletions

View file

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