tce-load -i compiletc python3.8

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

cd libevdev-1.12.1

CC="gcc -flto -march=armv8-a+crc -mtune=cortex-a72 -Os -pipe" CXX="g++ -flto -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 9.32s]
sudo make install

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

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