diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-04-30 18:08:24 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-04-30 18:08:24 +0200 |
| commit | 3fff4803a38c9e3ae22844319d6392e96ee7042e (patch) | |
| tree | 00faee8583a5971c013b0280f9fab9c4d17e384b /scripts/0150-build-static-deps.sh | |
| parent | 72708631dafb093e66b9caf893ed8ac6c147694c (diff) | |
| download | toolchains-3fff4803a38c9e3ae22844319d6392e96ee7042e.tar.xz toolchains-3fff4803a38c9e3ae22844319d6392e96ee7042e.zip | |
gcc: update to 16.1.016.1.0-1
Diffstat (limited to 'scripts/0150-build-static-deps.sh')
| -rwxr-xr-x | scripts/0150-build-static-deps.sh | 2 |
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 |
