tce-load -i compiletc xorg-server-dev https://www.x.org/pub/individual/driver/xf86-video-fbdev-0.5.0.tar.bz2 cd xf86-video-fbdev-0.5.0 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 1.42s] make install