From 324debfa901e4cb60372bd734f842abca71dcea6 Mon Sep 17 00:00:00 2001 From: Christoph Scholtes Date: Sat, 5 Jul 2025 19:37:00 -0600 Subject: [PATCH] Update crosstool-ng to latest version (updates to gcc 15.1.0). --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8e9615b..bb30905 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ UNZIP := unzip SHA256 := sha256check() { echo "$$2 $$1" | sha256sum -c; }; sha256check RACK_SDK_VERSION := 2.6.4 -DOCKER_IMAGE_VERSION := 18 +DOCKER_IMAGE_VERSION := 19 MACOS_SDK_VERSION := 12.3 DARWIN_VERSION := 21.4 @@ -39,7 +39,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" crosstool-ng - cd crosstool-ng && git checkout b49e4c689c4dc8e9c8da5b8f56d7ddf59e485d3b + cd crosstool-ng && git checkout 899e015abf8c70088e8b67e87586ae81f305711c cd crosstool-ng && ./bootstrap cd crosstool-ng && ./configure --prefix="$(LOCAL_DIR)" cd crosstool-ng && make -j $(JOBS)