tce-load -i compiletc readline-dev https://ftp.gnu.org/gnu/parted/parted-3.3.tar.xz cd parted-3.3 edit configure for ac_lib in '' tinfo ncursesw curses termcap termlib; do 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 --localstatedir=/var --disable-static --disable-device-mapper find . -name Makefile -type f -exec sed -i 's/-g -O2//g' {} \; make [1m 4.34s] make install