From a55396f3fe50a01885ecda123d1abb3d3e588012 Mon Sep 17 00:00:00 2001 From: Dan Green Date: Fri, 28 Jun 2024 12:38:32 -0700 Subject: [PATCH] Use later ct-ng commit with gcc 13.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d2abc47..c2bc04c 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ UNZIP := unzip crosstool-ng := $(LOCAL_DIR)/bin/ct-ng $(crosstool-ng): git clone https://github.com/crosstool-ng/crosstool-ng.git - cd crosstool-ng && git checkout e63c40854c977f488bee159a8f8ebf5fc06c8666 + cd crosstool-ng && git checkout 839bfbec6d1a8758e6507c009add0832784cd715 cd crosstool-ng && ./bootstrap cd crosstool-ng && ./configure --prefix="$(LOCAL_DIR)" cd crosstool-ng && make -j $(JOBS)