tce-load -i compiletc meson

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

cd libevdev-1.13.4

mkdir build
cd build

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" meson --prefix=/usr/local --localstatedir=/var --sysconfdir=/etc --buildtype=plain -Ddocumentation=disabled -Dtests=disabled ../

make [0m 2.65s]
sudo make install

libevdev 1.13.4

  User defined options
    buildtype    : plain
    documentation: disabled
    localstatedir: /var
    prefix       : /usr/local
    sysconfdir   : /etc
    tests        : disabled
