if [[ ${SMGL_COMPAT_ARCHS[1]} == x86_64 ]]
then
	OPTS="--host=x86_64-pc-linux-gnu $OPTS"
fi &&
default_build
