tce-load -i readline-dev cd bash-4.3 patch -Np1 -i ../bash-4.3-upstream_fixes-3.patch patch -Np0 -i ../bash43-025.patch 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 --prefix=/usr/local --without-bash-malloc --with-installed-readline find . -name Makefile -type f -exec sed -i 's/-O2/ /g' {} \; make make install