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 72d9307 commit 01d329dCopy full SHA for 01d329d
go.sh
@@ -40,13 +40,13 @@ export SDK_NG_HOME=${PWD}
40
41
if [ ! -d "crosstool-ng" ]; then
42
git clone https://github.com/crosstool-ng/crosstool-ng.git
43
+ echo "Patching tree"
44
+ patch -p1 < ${GITDIR}/patches/0001-iamcu-support-x86-iamcu-ABIs.patch
45
fi
46
47
if [ ! -e "${SDK_NG_HOME}/bin/ct-ng" ]; then
48
pushd crosstool-ng
49
git checkout ${COMMIT}
- echo "Patching tree"
- patch -p1 < ${GITDIR}/patches/0001-iamcu-support-x86-iamcu-ABIs.patch
50
./bootstrap
51
./configure --prefix=${SDK_NG_HOME}
52
make && make install
0 commit comments