We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3082fe commit 275fe1eCopy full SHA for 275fe1e
go.sh
@@ -41,7 +41,9 @@ export SDK_NG_HOME=${PWD}
41
if [ ! -d "crosstool-ng" ]; then
42
git clone https://github.com/crosstool-ng/crosstool-ng.git
43
echo "Patching tree"
44
+ pushd crosstool-ng
45
patch -p1 < ${GITDIR}/patches/0001-iamcu-support-x86-iamcu-ABIs.patch
46
+ popd
47
fi
48
49
if [ ! -e "${SDK_NG_HOME}/bin/ct-ng" ]; then
0 commit comments