tce-load -i compiletc python3.8

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

cd libevdev-1.9.1

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 6.69s]
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
