Home
last modified time | relevance | path

Searched refs:ISA64 (Results 1 – 1 of 1) sorted by relevance

/freebsd-10-stable/crypto/openssl/
Dconfig540 ISA64=`(sysctl -n hw.optional.64bitops) 2>/dev/null`
541 if [ "$ISA64" = "1" -a -z "$KERNEL_BITS" ]; then
549 if [ "$ISA64" = "1" -a "$KERNEL_BITS" = "64" ]; then
555 ISA64=`(sysctl -n hw.optional.x86_64) 2>/dev/null`
556 if [ "$ISA64" = "1" -a -z "$KERNEL_BITS" ]; then
564 if [ "$ISA64" = "1" -a "$KERNEL_BITS" = "64" ]; then
680 ISA64=`(isalist) 2>/dev/null | grep sparcv9`
681 if [ "$ISA64" != "" -a "$KERNEL_BITS" = "" ]; then
711 if [ "$ISA64" != "" -a "$KERNEL_BITS" = "64" ]; then
719 ISA64=`(isalist) 2>/dev/null | grep amd64`
[all …]