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 275fe1e commit 538b662Copy full SHA for 538b662
go.sh
@@ -50,7 +50,7 @@ if [ ! -e "${SDK_NG_HOME}/bin/ct-ng" ]; then
50
pushd crosstool-ng
51
git checkout ${COMMIT}
52
./bootstrap
53
- ./configure --prefix=${SDK_NG_HOME}
+ CFLAGS="-DKBUILD_NO_NLS" ./configure --prefix=${SDK_NG_HOME}
54
make && make install
55
popd
56
fi
0 commit comments