#!/bin/sh -e # force update to libtool with fixed cross-build support libtoolize -f ./configure \ --localstatedir=/var/state/gmp \ --enable-cxx \ --with-pic \ --enable-static \ --enable-shared \ --build="$BUILD" \ --host="$HOST" \ --prefix="$PREFIX"