From a2f1774d1a9d2bd738f20289c05b778e0bd19ca3 Mon Sep 17 00:00:00 2001 From: Christoph Scholtes Date: Thu, 3 Apr 2025 20:05:53 -0600 Subject: [PATCH] Update crosstool-ng to release version 1.27.0. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0d2b4a7..4723520 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ toolchain-all: toolchain-lin toolchain-win toolchain-mac cppcheck crosstool-ng := $(LOCAL_DIR)/bin/ct-ng $(crosstool-ng): git clone https://github.com/crosstool-ng/crosstool-ng.git - cd crosstool-ng && git checkout 32f288e61fee8528931bcd55bf106cf0cfb4e2a1 + cd crosstool-ng && git checkout 70c2b00ad79a0a21a48e5a0eedc9f91c374af21d cd crosstool-ng && ./bootstrap cd crosstool-ng && ./configure --prefix="$(LOCAL_DIR)" cd crosstool-ng && make -j $(JOBS)