File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -149,9 +149,9 @@ export MODE
149
149
export SOURCE_DATE_EPOCH
150
150
export TMPDIR
151
151
152
- COSMOCC = .cosmocc/3.3
152
+ COSMOCC = .cosmocc/3.3.1
153
153
TOOLCHAIN = $(COSMOCC ) /bin/$(ARCH ) -linux-cosmo-
154
- DOWNLOAD := $(shell build/download-cosmocc.sh $(COSMOCC ) 3.3 d26ec8f4e48f6db004fc6a9677c7ff3b50c3b21e936e9393158aa2ed51b0b549 )
154
+ DOWNLOAD := $(shell build/download-cosmocc.sh $(COSMOCC ) 3.3.1 079622f9772c19e24db4bfa71c1ed90b7d436e9a4b6f4c579b525df5a48fe620 )
155
155
156
156
AS = $(TOOLCHAIN ) as
157
157
CC = $(TOOLCHAIN ) gcc
Original file line number Diff line number Diff line change 4
4
5
5
# define __COSMOPOLITAN_MAJOR__ 3
6
6
# define __COSMOPOLITAN_MINOR__ 3
7
- # define __COSMOPOLITAN_PATCH__ 0
7
+ # define __COSMOPOLITAN_PATCH__ 1
8
8
# define __COSMOPOLITAN__ \
9
9
(100000000 * __COSMOPOLITAN_MAJOR__ + 1000000 * __COSMOPOLITAN_MINOR__ + \
10
10
__COSMOPOLITAN_PATCH__)
Original file line number Diff line number Diff line change @@ -90,10 +90,10 @@ fetch() {
90
90
OLD=$PWD
91
91
cd " $OUTDIR /"
92
92
if [ ! -x bin/x86_64-linux-cosmo-gcc ]; then
93
- fetch https://github.com/ahgamut/superconfigure/releases/download/z0.0.32 /aarch64-gcc.zip
93
+ fetch https://github.com/ahgamut/superconfigure/releases/download/z0.0.34 /aarch64-gcc.zip
94
94
unzip aarch64-gcc.zip
95
95
rm -f aarch64-gcc.zip
96
- fetch https://github.com/ahgamut/superconfigure/releases/download/z0.0.32 /x86_64-gcc.zip
96
+ fetch https://github.com/ahgamut/superconfigure/releases/download/z0.0.34 /x86_64-gcc.zip
97
97
unzip x86_64-gcc.zip
98
98
rm -f x86_64-gcc.zip
99
99
fi
You can’t perform that action at this time.
0 commit comments