tce-load -i compiletc automake libtool-dev intltool xorg-server-dev 

git clone https://github.com/ssvb/xf86-video-fbturbo

cd git xf86-video-fbturbo

./autogen.sh

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 --localstatedir=/var --sysconfdir=/etc

find . -name Makefile -type f -exec sed -i 's/-g -O2//g' {} \;

make [0m 7.94s]
make install
