tce-load -wil compiletc automake autoconf

wget https://github.com/mate-desktop/mate-common/releases/download/v1.28.0/mate-common-1.28.0.tar.xz

cd mate-common-1.28.0

./autogen.sh

CC="gcc -flto -fuse-linker-plugin -mtune=generic -Os -pipe" CXX="g++ -flto -fuse-linker-plugin -mtune=generic -Os -pipe -fno-exceptions -fno-rtti" make

mkdir /tmp/dest
DESTDIR=/tmp/dest make install
