tce-load -i compiletc glib2-dev aspell-dev hunspell-dev https://github.com/AbiWord/enchant/releases/download/v2.2.8/enchant-2.2.8.tar.gz cd enchant-2.2.8 CC="gcc -march=armv6zk -mtune=arm1176jzf-s -mfpu=vfp -Os -pipe" CXX="g++ -march=armv6zk -mtune=arm1176jzf-s -mfpu=vfp -Os -pipe -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local --localstatedir=/var --disable-static --with-aspell-dir=/usr/local/lib/aspell-0.60 --with-hunspell-dir=/usr/local/share/hunspell find . -name Makefile -type f -exec sed -i 's/-g -O2//g' {} \; make [0m 19.43s] sudo make install