From b431ca4449b0a81fefd3adb2b8cd47ae0ad60376 Mon Sep 17 00:00:00 2001 From: Justine Tunney Date: Sat, 30 Mar 2024 20:17:14 -0700 Subject: [PATCH] Upgrade to cosmocc v3.3.3 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 023a0503e..4f5e61299 100644 --- a/Makefile +++ b/Makefile @@ -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