Searched refs:KERNEL_BITS (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/crypto/openssl/
H A Dconfig463 if [ "$ISA64" = "1" -a -z "$KERNEL_BITS" ]; then
471 if [ "$ISA64" = "1" -a "$KERNEL_BITS" = "64" ]; then
478 if [ "$ISA64" = "1" -a -z "$KERNEL_BITS" ]; then
480 echo " invoke 'KERNEL_BITS=64 $THERE/config $options'."
486 if [ "$ISA64" = "1" -a "$KERNEL_BITS" = "64" ]; then
492 if [ "$KERNEL_BITS" = "32" ]; then
525 if [ -z "$KERNEL_BITS" ]; then
533 if [ "$KERNEL_BITS" = "64" ]; then
651 if [ "$ISA64" != "" -a "$KERNEL_BITS" = "" ]; then
681 if [ "$ISA64" != "" -a "$KERNEL_BITS"
[all...]

Completed in 40 milliseconds