diff --git a/srcpkgs/llvm7/template b/srcpkgs/llvm7/template index 7beeef65bcf..946ed0244fb 100644 --- a/srcpkgs/llvm7/template +++ b/srcpkgs/llvm7/template @@ -128,7 +128,7 @@ pre_configure() { armv7*) _arch="Armv7";; aarch64*) _arch="AArch64";; mips*) _arch="Mips";; - ppc64*) _arch="PowerPC";; + ppc*) _arch="PowerPC";; esac configure_args+=" -DLLVM_TARGET_ARCH=${_arch}" configure_args+=" -DLLVM_DEFAULT_TARGET_TRIPLE=${XBPS_CROSS_TRIPLET:-$XBPS_TRIPLET}"