We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88322d2 commit a55396fCopy full SHA for a55396f
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 e63c40854c977f488bee159a8f8ebf5fc06c8666
+ cd crosstool-ng && git checkout 839bfbec6d1a8758e6507c009add0832784cd715
31
cd crosstool-ng && ./bootstrap
32
cd crosstool-ng && ./configure --prefix="$(LOCAL_DIR)"
33
cd crosstool-ng && make -j $(JOBS)
0 commit comments