tce-load -i compiletc yasm perl5 cd libvpx-1.7.0 sed -i 's/cp -p/cp/' build/make/Makefile mkdir build-libvpx cd build-libvpx CC="gcc -march=i486 -mtune=i686 -Os -pipe" CXX="g++ -march=i486 -mtune=i686 -Os -pipe -fno-exceptions -fno-rtti -D_GLIBCXX_USE_C99_MATH" ../configure --prefix=/usr/local --enable-shared [-lto fails] find . -name libs-x86-linux-gcc.mk -type f -exec sed -i 's/-O3//g' {} \; find . -name tools-x86-linux-gcc.mk -type f -exec sed -i 's/-O3//g' {} \; find . -name examples-x86-linux-gcc.mk -type f -exec sed -i 's/-O3//g' {} \; make [2m 4.57s] sudo make install