Home | History | Annotate | Download | only in test

Lines Matching refs:output

32 # Output both PowerPC and Intel object files
47 -o) output=$2;;
56 if test x"$output" = x; then
58 output=a.out
60 output=`echo $source | sed -e 's|.*/||' -e 's|\(.*\)\.[^\.]*|\1|'`.o
64 if test x"$output" != x; then
65 dir=ppc/`dirname $output`
74 if test -f "ppc/$1" && test "$1" != "$output"; then
82 if test x"$output" != x; then
83 cp $output ppc/$output
86 if test x"$output" != x; then
87 dir=x86/`dirname $output`
96 if test -f "x86/$1" && test "$1" != "$output"; then
104 if test x"$output" != x; then
105 cp $output x86/$output
108 if test x"$output" != x; then
109 lipo -create -o $output ppc/$output x86/$output