tce-load -wi compiletc squashfs-tools autoconf libtool automake texinfo wget coreutils zsync
./autogen.sh
export CFLAGS="-Os -pipe -march=armv6zk -mtune=arm1176jzf-s -mfpu=vfp"
export CXXFLAGS="-Os -pipe -march=armv6zk -mtune=arm1176jzf-s -mfpu=vfp"
export LDFLAGS="-Wl,-O1"
./configure --disable-server --prefix=/usr/local
make
make DESTDIR=/tmp/fwknop install
