summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2021-01-19 10:14:29 +0100
committerMichel Zou2021-01-19 10:14:29 +0100
commit66f7f20a10d6a4b6c0a430479b3519b90bf37500 (patch)
tree60cc23949ccaaa744ce143255a0eb5fa9ec572ef
parentadf35362577ee7073a46d44c9072cb9bca987a03 (diff)
downloadaur-66f7f20a10d6a4b6c0a430479b3519b90bf37500.tar.gz
CC_FOR_BUILD
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 28d05358fe9d..4f1e3d799d7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ build() {
cd "${srcdir}/gmp-${pkgver}"
for _arch in ${_architectures}; do
mkdir -p build-${_arch} && pushd build-${_arch}
- ${_arch}-configure \
+ CC_FOR_BUILD=gcc ${_arch}-configure \
--enable-cxx \
--disable-static
make