Commit b89e605f authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

We don't need NLS support on host system

parent c5493e04
......@@ -9,7 +9,7 @@
<env key="PREFIX" value="${sysrootdir}/cross-tools"/>
<env key="CC" value="gcc"/>
<env key="CFLAGS" value="-std=c99"/>
<arg line="-G O3"/>
<arg line="-G O3 --disable-nls"/>
</exec>
<exec executable="make" dir="${makedir}" failonerror="true"/>
<exec executable="make" dir="${makedir}" failonerror="true">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment