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 8 8 touch defaultarch.c 9 9 10 10 # compile something and run 'file' on it. 11 if "$COMPILER"-c defaultarch.c 2>/dev/null 1>&2; then11 if $COMPILER -c defaultarch.c 2>/dev/null 1>&2; then 12 12 FIlE_OUTPUT=`file defaultarch.o` 13 13 [ "$VERBOSE" = "yes" ] && echo "'file' reports compiler ($COMPILER) default architechture as: $FIlE_OUTPUT" 14 14