Skip to content

Commit ff1a0d1

Browse files
committed
Upgrade to superconfigure z0.0.51
1 parent 7f0db3e commit ff1a0d1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tool/cosmocc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ statements instead, so that Cosmopolitan Libc's system constants will
417417
work as expected. Our modifications to GNU GCC are published under the
418418
ISC license at <https://github.com/ahgamut/gcc/tree/portcosmo-14.1>. The
419419
binaries you see here were first published at
420-
<https://github.com/ahgamut/superconfigure/releases/tag/z0.0.48> which
420+
<https://github.com/ahgamut/superconfigure/releases/tag/z0.0.51> which
421421
is regularly updated.
422422
423423
## Legal

tool/cosmocc/package.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,10 @@ fetch() {
182182
OLD=$PWD
183183
cd "$OUTDIR/"
184184
if [ ! -x bin/x86_64-linux-cosmo-gcc ]; then
185-
fetch https://github.com/ahgamut/superconfigure/releases/download/z0.0.48/aarch64-gcc.zip
185+
fetch https://github.com/ahgamut/superconfigure/releases/download/z0.0.51/aarch64-gcc.zip
186186
unzip aarch64-gcc.zip
187187
rm -f aarch64-gcc.zip
188-
fetch https://github.com/ahgamut/superconfigure/releases/download/z0.0.48/x86_64-gcc.zip
188+
fetch https://github.com/ahgamut/superconfigure/releases/download/z0.0.51/x86_64-gcc.zip
189189
unzip x86_64-gcc.zip
190190
rm -f x86_64-gcc.zip
191191
fi

0 commit comments

Comments
 (0)