#!/bin/bash export BUILD64="-m64" # Setting default configure options for all scripts CONFIGURE_OPTS="\ --prefix=/cross-tools \ ${CONFIGURE_OPTS}"