tce-load -i compiletc python3.6

https://www.freedesktop.org/software/libevdev/libevdev-1.8.0.tar.xz

cd libevdev-1.8.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 10.62s]
make install

               Prefix                           /usr/local
               Libdir                           ${exec_prefix}/lib

               Build documentation              no
               Enable unit-tests                no
               Enable profiling                 no
               Static library symbol check      no - static build disabled
