From 3fff4803a38c9e3ae22844319d6392e96ee7042e Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Thu, 30 Apr 2026 18:08:24 +0200 Subject: gcc: update to 16.1.0 --- scripts/0150-build-static-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/0150-build-static-deps.sh') 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 -- cgit v1.2.3