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