tce-load -i compiletc

wget https://github.com/thom311/libnl/releases/download/libnl3_11_0/libnl-3.11.0.tar.gz

cd libnl-3.11.0

CC="gcc -flto -march=i486 -mtune=i686 -Os -pipe" CXX="g++ -march=i486 -mtune=i686 -Os -pipe -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local -disable-static --localstatedir=/var --disable-cli

find . -name Makefile -type f -exec sed -i 's/-g -O2//g' {} \;

make [0m 42.60s]
sudo make install

libnl 3.11.0 configuration (git:c7edc38f8e335c18c5e17451d2cb19b9b8d0b48f):
    --enable-pthreads=yes
    --enable-static=no

    --enable-debug=yes
    --enable-cli=no

    check: no
    CXX: g++ -march=i486 -mtune=i686 -Os -pipe -fno-exceptions -fno-rtti (only used for tests)