tce-load -i compiletc perl5 coreutils [cat] wget https://github.com/webmproject/libvpx/archive/v1.9.0/libvpx-1.9.0.tar.gz cd libvpx-1.9.0 mkdir libvpx-build cd libvpx-build CC="gcc -march=armv8-a+crc -mtune=cortex-a72 -Os -pipe" CXX="g++ -march=armv8-a+crc -mtune=cortex-a72 -Os -pipe -fno-exceptions -fno-rtti" ../configure --prefix=/usr/local --disable-static --enable-shared find . -name libs-arm64-linux-gcc.mk -type f -exec sed -i 's/-march=armv8-a -DNDEBUG -O3/-DNDEBUG/g' {} \; find . -name tools-arm64-linux-gcc.mk -type f -exec sed -i 's/-march=armv8-a -DNDEBUG -O3/-DNDEBUG/g' {} \; find . -name examples-arm64-linux-gcc.mk -type f -exec sed -i 's/-march=armv8-a -DNDEBUG -O3/-DNDEBUG/g' {} \; find . -name docs-arm64-linux-gcc.mk -type f -exec sed -i 's/-march=armv8-a -DNDEBUG -O3/-DNDEBUG/g' {} \; make [10m 48.50s] sudo make install