History log of /ndk/sources/host-tools/nawk-20071023/GNUmakefile
Revision Date Author Comments
bf3f7295a6d9cb0a09dd8d950134abe5fa271ac9 05-Jun-2012 Pavel Chupin <pavel.v.chupin@intel.com> Fix windows cross NDK rebuild with mingw

Fix cross toolchain wrappers generation routine and add corresponding
calls per each tool. Tested on Linux Fedora with:
./build/tools/dev-rebuild-ndk.sh

Change-Id: Ib88c59d0b37d089e79f0dca76394e01a431d1e60
Signed-off-by: Pavel Chupin <pavel.v.chupin@intel.com>
f8307ae562e727e36df2532f0a67d7a0fd65c84e 14-Nov-2011 David 'Digit' Turner <digit@google.com> build-host-awk.sh: Fix 32-bit linux build

This patch ensures that the 'awk' executable generated on Linux
is 32-bit by default. Before that, the executable had the same
endianess than the host machine it was built on.

Change-Id: I96d7e059739ed96ffec86b79ce9bd5a909cbfc09
ce5707c0255040b895f1c90ac9a435d8a4b8f2d6 10-Oct-2011 David Turner <digit@android.com> build-host-awk.sh: Add nawk sources and build script

This patch adds the sources for the host awk tool, as well
as a script that can be used to rebuild the program from scratch.