Ticket #23208: patch-config.tests-mac-xarch.test.diff

File patch-config.tests-mac-xarch.test.diff, 548 bytes (added by hsivank@…, 14 years ago)
  • config.tests/mac/xarch.test

    old new  
    77
    88touch xarch.c
    99
    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
     10if $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
    1212        true
    1313    else
    1414        XARCH_SUPPORT=yes