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