Skip to content

Commit

Permalink
Use ct-ng commit for gcc 13.2.0
Browse files Browse the repository at this point in the history
Previously was using gcc 14.1.0
  • Loading branch information
danngreen authored Jun 29, 2024
1 parent ea93214 commit c38eea2
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 c38eea2

Please sign in to comment.