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:
parent
c0d720a0a3
commit
809b3dcfe1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user