boost: Enable building on ppc
This commit is contained in:
parent
b9a5ccc23d
commit
234ef542a1
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
mips*) _arch=mips32r2; _toolset="gcc-mips"; _abi=o32 ;;
|
||||
ppc64le*) _arch=power; _toolset="gcc-powerpc64le"; _abi=sysv ;;
|
||||
ppc64*) _arch=power; _toolset="gcc-powerpc64"; _abi=sysv ;;
|
||||
ppc*) _arch=power; _toolset="gcc-powerpc"; _abi=sysv ;;
|
||||
esac
|
||||
|
||||
do_build() {
|
||||
|
|
Loading…
Reference in a new issue