#!/bin/sh . config/options $1 cd $PKG_BUILD ./configure --host=$TARGET_NAME \ --build=$HOST_NAME \ --prefix=/usr \ --bindir=/bin \ --with-gnu-ld \ --without-bash-malloc \ --without-installed-readline \ make