Skip to content

Commit

Permalink
Upgrade to superconfigure z0.0.51
Browse files Browse the repository at this point in the history
  • Loading branch information
jart committed Aug 4, 2024
1 parent 7f0db3e commit ff1a0d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tool/cosmocc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <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.48> which
<https://github.com/ahgamut/superconfigure/releases/tag/z0.0.51> which
is regularly updated.
## Legal
Expand Down
4 changes: 2 additions & 2 deletions tool/cosmocc/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ff1a0d1

Please sign in to comment.