tce-load -i compiletc automake libtool-dev intltool wget https://github.com/knik0/faac/archive/1_30/faac-1_30.tar.gz cd faac-1_30 ./bootstrap CC="gcc -march=armv8-a+crc -mtune=cortex-a72 -Os -pipe" CXX="g++ -march=armv8-a+crc -mtune=cortex-a72 -Os -pipe" ./configure --prefix=/usr/local --localstatedir=/var --disable-static [-fno-exceptions -fno-rtti fails] find . -name Makefile -type f -exec sed -i 's/-g -O2//g' {} \; find . -name Makefile -type f -exec sed -i 's/-O2//g' {} \; make [0m 15.50s] sudo make install