tce-load -i compiletc https://github.com/yaml/libyaml/archive/0.2.4/libyaml-dist-0.2.4.tar.gz cd libyaml-0.2.4 ./bootstrap CC="gcc -march=armv6zk -mtune=arm1176jzf-s -mfpu=vfp -Os -pipe" CXX="g++ -march=armv6zk -mtune=arm1176jzf-s -mfpu=vfp -Os -pipe -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local --disable-static --localstatedir=/var find . -name Makefile -type f -exec sed -i 's/-g -O2//g' {} \; make [0m 18.70s] sudo make install