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

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

    old new  
    88touch defaultarch.c
    99
    1010# compile something and run 'file' on it.
    11 if "$COMPILER" -c defaultarch.c 2>/dev/null 1>&2; then
     11if $COMPILER -c defaultarch.c 2>/dev/null 1>&2; then
    1212    FIlE_OUTPUT=`file defaultarch.o`
    1313    [ "$VERBOSE" = "yes" ] && echo "'file' reports compiler ($COMPILER) default architechture as: $FIlE_OUTPUT"
    1414