Skip to content

Commit a55396f

Browse files
authored
Use later ct-ng commit with gcc 13.2
1 parent 88322d2 commit a55396f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ UNZIP := unzip
2727
crosstool-ng := $(LOCAL_DIR)/bin/ct-ng
2828
$(crosstool-ng):
2929
git clone https://github.com/crosstool-ng/crosstool-ng.git
30-
cd crosstool-ng && git checkout e63c40854c977f488bee159a8f8ebf5fc06c8666
30+
cd crosstool-ng && git checkout 839bfbec6d1a8758e6507c009add0832784cd715
3131
cd crosstool-ng && ./bootstrap
3232
cd crosstool-ng && ./configure --prefix="$(LOCAL_DIR)"
3333
cd crosstool-ng && make -j $(JOBS)

0 commit comments

Comments
 (0)