tce-load -i compiletc xorg-server-dev 

wget https://www.x.org/archive//individual/driver/xf86-video-fbdev-0.5.0.tar.bz2

cd xf86-video-fbdev-0.5.0

CC="gcc -march=armv6zk -mtune=arm1176jzf-s -mfpu=vfp -Os -pipe" CXX="g++ -march=armv6zk -mtune=arm1176jzf-s -mfpu=vfp -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 2.44s]
make install
