tbb: use ppc32 for 32-bit ppc

This doesn't really matter as it only influences some cflags which
end up getting ignored for us, but whatever.
This commit is contained in:
q66 2020-07-06 17:54:15 +02:00
parent c0d720a0a3
commit 809b3dcfe1

View file

@ -31,7 +31,7 @@ case "$XBPS_TARGET_MACHINE" in
make_build_args="arch=ppc64"
;;
ppc*)
make_build_args="arch=ppc"
make_build_args="arch=ppc32"
;;
*)
# make sure to fall back instead of letting host uname control it