tce-load -i tar cd cpio-2.12 CC="gcc -flto -fuse-linker-plugin -mtune=generic -Os -pipe" CXX="g++ -flto -fuse-linker-plugin -mtune=generic -Os -pipe -fno-exceptions -fno-rtti " ./configure --prefix=/usr/local --localstatedir=/var --enable-mt --with-rmt=/usr/local/lib/tar/rmt find . -name Makefile -type f -exec sed -i 's/-g -O2//g' {} \; make sudo make install