Skip to content

Commit e975245

Browse files
committed
Upgrade to superconfigure z0.0.56
1 parent 126a44d commit e975245

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tool/cosmocc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ statements instead, so that Cosmopolitan Libc's system constants will
425425
work as expected. Our modifications to GNU GCC are published under the
426426
ISC license at <https://github.com/ahgamut/gcc/tree/portcosmo-14.1>. The
427427
binaries you see here were first published at
428-
<https://github.com/ahgamut/superconfigure/releases/tag/z0.0.54> which
428+
<https://github.com/ahgamut/superconfigure/releases/tag/z0.0.56> which
429429
is regularly updated.
430430
431431
## Legal

tool/cosmocc/package.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,9 @@ fetch() {
174174
OLD=$PWD
175175
cd "$OUTDIR/"
176176
if [ ! -x bin/x86_64-linux-cosmo-gcc ]; then
177-
fetch https://github.com/ahgamut/superconfigure/releases/download/z0.0.55/aarch64-gcc.zip &
178-
fetch https://github.com/ahgamut/superconfigure/releases/download/z0.0.55/x86_64-gcc.zip &
179-
fetch https://github.com/ahgamut/superconfigure/releases/download/z0.0.55/llvm.zip &
177+
fetch https://github.com/ahgamut/superconfigure/releases/download/z0.0.56/aarch64-gcc.zip &
178+
fetch https://github.com/ahgamut/superconfigure/releases/download/z0.0.56/x86_64-gcc.zip &
179+
fetch https://github.com/ahgamut/superconfigure/releases/download/z0.0.56/llvm.zip &
180180
wait
181181
unzip aarch64-gcc.zip &
182182
unzip x86_64-gcc.zip &

0 commit comments

Comments
 (0)