Home
last modified time | relevance | path

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

/src/crypto/openssl/util/perl/OpenSSL/
H A Dconfig.pm496 my $KERNEL_BITS = $ENV{KERNEL_BITS} // '';
498 if ( $ISA64 == 1 && $KERNEL_BITS eq '' ) {
506 if $ISA64 == 1 && $KERNEL_BITS eq '64';
512 my $KERNEL_BITS = $ENV{KERNEL_BITS} // '';
514 if ( $ISA64 == 1 && $KERNEL_BITS eq '' ) {
522 if $ISA64 == 1 && $KERNEL_BITS eq '64';
528 my $KERNEL_BITS = $ENV{KERNEL_BITS} // '';
533 … die "32-bit applications not supported on macOS 10.15 or later\n" if $KERNEL_BITS eq '32';
537 return { target => "darwin-i386" } if $KERNEL_BITS eq '32';
584 my $KERNEL_BITS = $ENV{KERNEL_BITS} // '';
[all …]
/src/crypto/openssl/
H A DINSTALL.md1663 KERNEL_BITS
H A DCHANGES.md5834 KERNEL_BITS (can be 32 or 64), for example:
5836 KERNEL_BITS=32 ./config