Skip to content

Commit

Permalink
Use later ct-ng commit with gcc 13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danngreen authored Jun 28, 2024
1 parent 88322d2 commit a55396f
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 e63c40854c977f488bee159a8f8ebf5fc06c8666
cd crosstool-ng && git checkout 839bfbec6d1a8758e6507c009add0832784cd715
cd crosstool-ng && ./bootstrap
cd crosstool-ng && ./configure --prefix="$(LOCAL_DIR)"
cd crosstool-ng && make -j $(JOBS)
Expand Down

0 comments on commit a55396f

Please sign in to comment.