We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a55396f commit 4ab5349Copy full SHA for 4ab5349
Makefile
@@ -27,7 +27,7 @@ UNZIP := unzip
27
crosstool-ng := $(LOCAL_DIR)/bin/ct-ng
28
$(crosstool-ng):
29
git clone https://github.com/crosstool-ng/crosstool-ng.git
30
- cd crosstool-ng && git checkout 839bfbec6d1a8758e6507c009add0832784cd715
+ cd crosstool-ng && git checkout 4dc87d49b02fa6bf1698deeb1fabb4106662dca9
31
cd crosstool-ng && ./bootstrap
32
cd crosstool-ng && ./configure --prefix="$(LOCAL_DIR)"
33
cd crosstool-ng && make -j $(JOBS)
0 commit comments