tce-load -i compiletc wget http://files.libburnia-project.org/releases/libisofs-1.5.2.tar.gz cd libisofs-1.5.2 CC="gcc -flto -march=i486 -mtune=i686 -Os -pipe" CXX="g++ -flto -march=i486 -mtune=i686 -Os -pipe -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local -disable-static --localstatedir=/var find . -name Makefile -type f -exec sed -i 's/-g -O2//g' {} \; find . -name Makefile -type f -exec sed -i 's/-DDEBUG -g/-DNDEBUG/g' {} \; make [0m 20.62s] sudo make install