tce-load -i compiletc cairomm-dev pango-dev wget http://ftp.gnome.org/pub/gnome/sources/pangomm/2.42/pangomm-2.42.1.tar.xz cd pangomm-2.42.1 CC="gcc -march=armv8-a+crc -mtune=cortex-a72 -Os -pipe" CXX="g++ -march=armv8-a+crc -mtune=cortex-a72 -Os -pipe" ./configure --prefix=/usr/local --disable-static --localstatedir=/var find . -name Makefile -type f -exec sed -i 's/-g -O2//g' {} \; make [2m 1.59s] sudo make install