Skip to content

Commit 538b662

Browse files
committed
go.sh: do not build with NLS enabled
1 parent 275fe1e commit 538b662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ if [ ! -e "${SDK_NG_HOME}/bin/ct-ng" ]; then
5050
pushd crosstool-ng
5151
git checkout ${COMMIT}
5252
./bootstrap
53-
./configure --prefix=${SDK_NG_HOME}
53+
CFLAGS="-DKBUILD_NO_NLS" ./configure --prefix=${SDK_NG_HOME}
5454
make && make install
5555
popd
5656
fi

0 commit comments

Comments
 (0)