Upgrade to cosmocc v3.3.3

This commit is contained in:
Justine Tunney 2024-03-30 20:17:14 -07:00
parent 98d06b23cc
commit b431ca4449
No known key found for this signature in database
GPG key ID: BE714B4575D6E328

View file

@ -149,9 +149,9 @@ export MODE
export SOURCE_DATE_EPOCH
export TMPDIR
COSMOCC = .cosmocc/3.3.2
COSMOCC = .cosmocc/3.3.3
TOOLCHAIN = $(COSMOCC)/bin/$(ARCH)-linux-cosmo-
DOWNLOAD := $(shell build/download-cosmocc.sh $(COSMOCC) 3.3.2 a695012ffbeac5e26e3c4a740debc15273f47e9a8bdc55e8b76a623154d5914b)
DOWNLOAD := $(shell build/download-cosmocc.sh $(COSMOCC) 3.3.3 e4d0fa63cd79cc3bfff6c2d015f1776db081409907625aea8ad40cefc1996d08)
AS = $(TOOLCHAIN)as
CC = $(TOOLCHAIN)gcc