10 if "$COMPILER" -c xarch.c -Xarch_i386 -mmmx 2>/dev/null 1>&2; then
11 if "$COMPILER" -c xarch.c -Xarch_i386 -mmmx 2>&1 | grep "unrecognized" >/dev/null ; then
20 if [ "$XARCH_SUPPORT" != "yes" ]; then
21 [ "$VERBOSE" = "yes" ] && echo "Xarch is not supported"
24 [ "$VERBOSE" = "yes" ] && echo "Xarch support detected"