Skip to content

Commit

Permalink
Upgrade to superconfigure z0.0.56
Browse files Browse the repository at this point in the history
  • Loading branch information
jart committed Sep 22, 2024
1 parent 126a44d commit e975245
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tool/cosmocc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,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 <https://github.com/ahgamut/gcc/tree/portcosmo-14.1>. The
binaries you see here were first published at
<https://github.com/ahgamut/superconfigure/releases/tag/z0.0.54> which
<https://github.com/ahgamut/superconfigure/releases/tag/z0.0.56> which
is regularly updated.
## Legal
Expand Down
6 changes: 3 additions & 3 deletions tool/cosmocc/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,9 @@ fetch() {
OLD=$PWD
cd "$OUTDIR/"
if [ ! -x bin/x86_64-linux-cosmo-gcc ]; then
fetch https://github.com/ahgamut/superconfigure/releases/download/z0.0.55/aarch64-gcc.zip &
fetch https://github.com/ahgamut/superconfigure/releases/download/z0.0.55/x86_64-gcc.zip &
fetch https://github.com/ahgamut/superconfigure/releases/download/z0.0.55/llvm.zip &
fetch https://github.com/ahgamut/superconfigure/releases/download/z0.0.56/aarch64-gcc.zip &
fetch https://github.com/ahgamut/superconfigure/releases/download/z0.0.56/x86_64-gcc.zip &
fetch https://github.com/ahgamut/superconfigure/releases/download/z0.0.56/llvm.zip &
wait
unzip aarch64-gcc.zip &
unzip x86_64-gcc.zip &
Expand Down

0 comments on commit e975245

Please sign in to comment.