tce-load -i compiletc perl5 wget https://www.openssl.org/source/openssl-3.2.0.tar.gz cd openssl-3.2.0 CC="gcc -flto -march=i486 -mtune=i686 -Os -pipe" CXX="g++ -flto -march=i486 -mtune=i686 -Os -pipe -fno-exceptions -fno-rtti" ./config --prefix=/usr/local --openssldir=/usr/local/etc/ssl shared zlib-dynamic --libdir=/usr/local/lib -latomic find . -name Makefile -type f -exec sed -i 's/-O3//g' {} \; make [1h 24m 05s] sudo make install $ openssl engine padlock (padlock) VIA PadLock (no-RNG, no-ACE) [and with uname_hack.so] /usr/local/bin/ld: ./libcrypto.so: undefined reference to `__atomic_is_lock_free' /usr/local/bin/ld: ./libcrypto.so: undefined reference to `__atomic_fetch_or_8' /usr/local/bin/ld: ./libcrypto.so: undefined reference to `__atomic_load_8'