#!/bin/sh . config/options $SCRIPTS/build toolchain cd $PKG_BUILD ./configure --host=$TARGET_NAME \ --build=$HOST_NAME \ --prefix=/usr \ --disable-static \ --enable-shared \ --disable-sdl \ --without-x make $MAKEINSTALL