HomeSort by: relevance | last modified time | path
    Searched refs:OBJECT_MODE (Results 1 - 10 of 10) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/
config.pm 915 my $OBJECT_MODE = $ENV{OBJECT_MODE};
916 $OBJECT_MODE ||= 32;
918 if ( $OBJECT_MODE == 64 ) {
919 print 'Your $OBJECT_MODE was found to be set to 64';
  /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
config.pm 896 my $OBJECT_MODE = $ENV{OBJECT_MODE};
897 $OBJECT_MODE ||= 32;
899 if ( $OBJECT_MODE == 64 ) {
900 print 'Your $OBJECT_MODE was found to be set to 64';
  /src/crypto/external/bsd/openssl.old/dist/
config 787 OBJECT_MODE=${OBJECT_MODE:-32}
790 if [ $OBJECT_MODE -eq 64 ]; then
791 echo 'Your $OBJECT_MODE was found to be set to 64'
794 elif [ $OBJECT_MODE -eq 64 ]; then
795 echo 'Your $OBJECT_MODE was found to be set to 64'
  /src/external/lgpl3/mpc/dist/
configure 8792 # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag,
8793 # the AIX toolchain works better with OBJECT_MODE set (default 32).
8794 if test 64 = "${OBJECT_MODE-32}"; then
  /src/external/bsd/openldap/dist/contrib/ldapc++/
configure 8365 # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag,
8366 # the AIX toolchain works better with OBJECT_MODE set (default 32).
8367 if test 64 = "${OBJECT_MODE-32}"; then
  /src/sys/external/isc/libsodium/dist/
configure 12381 # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag,
12382 # the AIX toolchain works better with OBJECT_MODE set (default 32).
12383 if test 64 = "${OBJECT_MODE-32}"; then
  /src/external/bsd/flex/dist/
configure 7349 # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag,
7350 # the AIX toolchain works better with OBJECT_MODE set (default 32).
7351 if test 64 = "${OBJECT_MODE-32}"; then
  /src/external/bsd/libevent/dist/
configure 8669 # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag,
8670 # the AIX toolchain works better with OBJECT_MODE set (default 32).
8671 if test 64 = "${OBJECT_MODE-32}"; then
  /src/external/public-domain/xz/dist/
configure 10992 # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag,
10993 # the AIX toolchain works better with OBJECT_MODE set (default 32).
10994 if test 64 = "${OBJECT_MODE-32}"; then
  /src/external/lgpl3/gmp/dist/
configure 15596 # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag,
15597 # the AIX toolchain works better with OBJECT_MODE set (default 32).
15598 if test 64 = "${OBJECT_MODE-32}"; then

Completed in 216 milliseconds