tce-load -i compiletc bzip2-dev openssl-dev libxml2-dev lzo-dev zstd-dev https://github.com/libarchive/libarchive/releases/download/v3.4.3/libarchive-3.4.3.tar.gz cd libarchive-3.4.3 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 --localstatedir=/var --disable-static --without-nettle --with-lzo2 find . -name Makefile -type f -exec sed -i 's/-g -O2//g' {} \; make [1m 43.04s] sudo make install