Skip to content

Commit

Permalink
Use ct-ng commit with gcc 13.2.0 for x86_64-w64-mingw32 sample
Browse files Browse the repository at this point in the history
Previous commit used gcc 14
  • Loading branch information
danngreen authored Jun 28, 2024
1 parent a55396f commit 4ab5349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 839bfbec6d1a8758e6507c009add0832784cd715
cd crosstool-ng && git checkout 4dc87d49b02fa6bf1698deeb1fabb4106662dca9
cd crosstool-ng && ./bootstrap
cd crosstool-ng && ./configure --prefix="$(LOCAL_DIR)"
cd crosstool-ng && make -j $(JOBS)
Expand Down

0 comments on commit 4ab5349

Please sign in to comment.