From 14d96e3e9d6914d6c6488fcdd3c9da0e243f73a9 Mon Sep 17 00:00:00 2001 From: Thomas Batten Date: Wed, 23 Jan 2019 10:55:13 +1030 Subject: [PATCH] llvm: Enable building on ppc --- srcpkgs/llvm7/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"