Home | History | Annotate | Download | only in source

Lines Matching refs:SOL64

4585                         SOL64=`$CXX -xarch=v9 2>&1 && $CC -xarch=v9 2>&1 | grep -v usage:`
4587 if test -z "$SOL64" && test -n "$SPARCV9"; then
4622 SOL64=`$CXX -xtarget=generic64 2>&1 && $CC -xtarget=generic64 2>&1 | grep -v usage:`
4623 if test -z "$SOL64" && test -n "$AMD64"; then