From ff1a0d1c40c4039eef20edc97d67d3f5368c68a9 Mon Sep 17 00:00:00 2001 From: Justine Tunney Date: Sun, 4 Aug 2024 14:59:53 -0700 Subject: [PATCH] Upgrade to superconfigure z0.0.51 --- 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 0db871acd68..da18a2aa685 100644 --- a/tool/cosmocc/README.md +++ b/tool/cosmocc/README.md @@ -417,7 +417,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 988b6dc7971..c3271eceb89 100755 --- a/tool/cosmocc/package.sh +++ b/tool/cosmocc/package.sh @@ -182,10 +182,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.48/aarch64-gcc.zip + fetch https://github.com/ahgamut/superconfigure/releases/download/z0.0.51/aarch64-gcc.zip unzip aarch64-gcc.zip rm -f aarch64-gcc.zip - fetch https://github.com/ahgamut/superconfigure/releases/download/z0.0.48/x86_64-gcc.zip + fetch https://github.com/ahgamut/superconfigure/releases/download/z0.0.51/x86_64-gcc.zip unzip x86_64-gcc.zip rm -f x86_64-gcc.zip fi