From 07004ebf04d9cb5e5d0d6b51cedd208b30295deb Mon Sep 17 00:00:00 2001 From: Justine Tunney Date: Sun, 26 May 2024 22:12:25 -0700 Subject: [PATCH] Upgrade to superconfigure z0.0.42 --- tool/cosmocc/README.md | 2 +- tool/cosmocc/package.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tool/cosmocc/README.md b/tool/cosmocc/README.md index 2e7872580..098a19184 100644 --- a/tool/cosmocc/README.md +++ b/tool/cosmocc/README.md @@ -299,7 +299,7 @@ statements instead, so that Cosmopolitan Libc's system constants will work as expected. Our modifications to GNU GCC are published under the ISC license at . The binaries you see here were first published at - which + which is regularly updated. ## Legal diff --git a/tool/cosmocc/package.sh b/tool/cosmocc/package.sh index 5dcff6709..26cce58f4 100755 --- a/tool/cosmocc/package.sh +++ b/tool/cosmocc/package.sh @@ -90,10 +90,10 @@ fetch() { OLD=$PWD cd "$OUTDIR/" if [ ! -x bin/x86_64-linux-cosmo-gcc ]; then - fetch https://github.com/ahgamut/superconfigure/releases/download/z0.0.39/aarch64-gcc.zip + fetch https://github.com/ahgamut/superconfigure/releases/download/z0.0.42/aarch64-gcc.zip unzip aarch64-gcc.zip rm -f aarch64-gcc.zip - fetch https://github.com/ahgamut/superconfigure/releases/download/z0.0.39/x86_64-gcc.zip + fetch https://github.com/ahgamut/superconfigure/releases/download/z0.0.42/x86_64-gcc.zip unzip x86_64-gcc.zip rm -f x86_64-gcc.zip fi