Skip to content

Commit 4ab5349

Browse files
authored
Use ct-ng commit with gcc 13.2.0 for x86_64-w64-mingw32 sample
Previous commit used gcc 14
1 parent a55396f commit 4ab5349

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 839bfbec6d1a8758e6507c009add0832784cd715
30+
cd crosstool-ng && git checkout 4dc87d49b02fa6bf1698deeb1fabb4106662dca9
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)