tce-load -i readline-dev gettext

cd hunspell-1.4.1

CC="gcc -flto -fuse-linker-plugin -mtune=generic -Os -pipe" CXX="g++ -flto -fuse-linker-plugin -mtune=generic -Os -pipe" ./configure --prefix=/usr/local --localstatedir=/var --disable-static --with-ui --with-readline

find . -name Makefile -type f -exec sed -i 's/-g -O2//g' {} \;

make
sudo make install

