From 062b2d776e8b18aea444fe81e186c1c39a465806 Mon Sep 17 00:00:00 2001 From: Justine Tunney Date: Mon, 16 Oct 2023 00:07:33 -0700 Subject: [PATCH] Mention cosmocc v0.0.14 in Makefile https://justine.lol/cosmocc-0.0.14.zip https://github.com/ahgamut/superconfigure/releases/tag/z0.0.14 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5ed1e11e75b..6315aa4fc78 100644 --- a/Makefile +++ b/Makefile @@ -85,7 +85,7 @@ endif ifeq ($(TOOLCHAIN),) # if TOOLCHAIN isn't defined ifeq ("$(wildcard o/third_party/gcc/bin/x86_64-linux-cosmo-*)","") # if our gcc isn't unbundled ifneq ($(UNAME_M)-$(UNAME_S), x86_64-Linux) # if this is not amd64 linux -$(error you need to download https://justine.lol/cosmocc-0.0.12.zip and unzip it inside the cosmo directory) +$(error you need to download https://justine.lol/cosmocc-0.0.14.zip and unzip it inside the cosmo directory) endif endif endif