From 809b3dcfe19e4143ee66971acb592921878b2b2e Mon Sep 17 00:00:00 2001 From: q66 Date: Mon, 6 Jul 2020 17:54:15 +0200 Subject: [PATCH] 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. --- srcpkgs/tbb/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/tbb/template b/srcpkgs/tbb/template index ee79f92827..65886aae29 100644 --- a/srcpkgs/tbb/template +++ b/srcpkgs/tbb/template @@ -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