Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/util/perl/OpenSSL/
H A Dconfig.pm495 my $KERNEL_BITS = $ENV{KERNEL_BITS} // '';
497 if ( $ISA64 == 1 && $KERNEL_BITS eq '' ) {
505 if $ISA64 == 1 && $KERNEL_BITS eq '64';
511 my $KERNEL_BITS = $ENV{KERNEL_BITS} // '';
513 if ( $ISA64 == 1 && $KERNEL_BITS eq '' ) {
521 if $ISA64 == 1 && $KERNEL_BITS eq '64';
527 my $KERNEL_BITS = $ENV{KERNEL_BITS} // '';
532 … die "32-bit applications not supported on macOS 10.15 or later\n" if $KERNEL_BITS eq '32';
536 return { target => "darwin-i386" } if $KERNEL_BITS eq '32';
583 my $KERNEL_BITS = $ENV{KERNEL_BITS} // '';
[all …]
/freebsd/crypto/openssl/
H A DINSTALL.md1448 KERNEL_BITS
H A DCHANGES.md4185 KERNEL_BITS (can be 32 or 64), for example:
4187 KERNEL_BITS=32 ./config