tce-load -i compiletc gtk2-dev pcre-dev cd Ted-2.23 find . -name makefile.in -type f -exec sed -i 's/-g -O2//g' {} \; find . -name configure -type f -exec sed -i 's/-g -O2//g' {} \; find . -name configure -type f -exec sed -i 's/-O2//g' {} \; make CC="gcc -flto -fuse-linker-plugin -march=i486 -mtune=i686 -Os -pipe" CXX="g++ -flto -fuse-linker-plugin -march=i486 -mtune=i686 -Os -pipe -fno-exceptions -fno-rtti" CONFIGURE_OPTIONS="--prefix=/usr/local" compile.shared [2m 2.04s] sudo make CC="gcc -flto -fuse-linker-plugin -march=i486 -mtune=i686 -Os -pipe" CXX="g++ -flto -fuse-linker-plugin -march=i486 -mtune=i686 -Os -pipe -fno-exceptions -fno-rtti" CONFIGURE_OPTIONS="--prefix=/usr/local" install.shared