From 56e0fd9d1d6b94fc5150ab0edbbb55fae683a4f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C5=8Dshin?= Date: Tue, 7 May 2024 21:08:26 -0700 Subject: [PATCH] Use latest cosmocc (#1175) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 05299709e..8bbcd2b2b 100644 --- a/Makefile +++ b/Makefile @@ -149,9 +149,9 @@ export MODE export SOURCE_DATE_EPOCH export TMPDIR -COSMOCC = .cosmocc/3.3.3 +COSMOCC = .cosmocc/3.3.5 TOOLCHAIN = $(COSMOCC)/bin/$(ARCH)-linux-cosmo- -DOWNLOAD := $(shell build/download-cosmocc.sh $(COSMOCC) 3.3.3 e4d0fa63cd79cc3bfff6c2d015f1776db081409907625aea8ad40cefc1996d08) +DOWNLOAD := $(shell build/download-cosmocc.sh $(COSMOCC) 3.3.5 db78fd8d3f8706e9dff4be72bf71d37a3f12062f212f407e1c33bc4af3780dd0) AS = $(TOOLCHAIN)as CC = $(TOOLCHAIN)gcc