summaryrefslogtreecommitdiff
path: root/scripts/0150-build-static-deps.sh
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-04-30 18:08:24 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-04-30 18:08:24 +0200
commit3fff4803a38c9e3ae22844319d6392e96ee7042e (patch)
tree00faee8583a5971c013b0280f9fab9c4d17e384b /scripts/0150-build-static-deps.sh
parent72708631dafb093e66b9caf893ed8ac6c147694c (diff)
downloadtoolchains-16.1.0-1.tar.xz
toolchains-16.1.0-1.zip
gcc: update to 16.1.016.1.0-1
Diffstat (limited to 'scripts/0150-build-static-deps.sh')
-rwxr-xr-xscripts/0150-build-static-deps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/0150-build-static-deps.sh b/scripts/0150-build-static-deps.sh
index cc68ecb..e954d34 100755
--- a/scripts/0150-build-static-deps.sh
+++ b/scripts/0150-build-static-deps.sh
@@ -51,7 +51,7 @@ make -j$(nproc) && make install
cd ..
echo "Building static mpc..."
-tar xf /downloads/mpc-$MPC_VERSION.tar.gz
+tar xf /downloads/mpc-$MPC_VERSION.tar.xz
cd mpc-$MPC_VERSION
./configure --prefix=$STATIC_DEPS_PREFIX --with-gmp=$STATIC_DEPS_PREFIX --with-mpfr=$STATIC_DEPS_PREFIX --disable-shared --enable-static
make -j$(nproc) && make install