For AIX 4.3 or above, allow the use of dlfcn.
authorRichard Levitte <levitte@openssl.org>
Thu, 15 Mar 2001 20:23:22 +0000 (20:23 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 15 Mar 2001 20:23:22 +0000 (20:23 +0000)
Configure
config

index 5a02aa4ffab11b2ac7d26d839d50ecd8bf0e7cd6..fc694cbd33ff2b2706e5825ccb9cf62e3abf8cf8 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -345,6 +345,8 @@ my %table=(
 # IBM's AIX.
 "aix-cc",   "cc:-O -DB_ENDIAN -qmaxmem=16384::(unknown):AIX::BN_LLONG RC4_CHAR:::",
 "aix-gcc",  "gcc:-O3 -DB_ENDIAN::(unknown):AIX::BN_LLONG RC4_CHAR:::",
 # IBM's AIX.
 "aix-cc",   "cc:-O -DB_ENDIAN -qmaxmem=16384::(unknown):AIX::BN_LLONG RC4_CHAR:::",
 "aix-gcc",  "gcc:-O3 -DB_ENDIAN::(unknown):AIX::BN_LLONG RC4_CHAR:::",
+"aix43-cc",   "cc:-O -DAIX -DB_ENDIAN -qmaxmem=16384::(unknown)::BN_LLONG RC4_CHAR::::::::::dlfcn:",
+"aix43-gcc",  "gcc:-O3 -DAIX -DB_ENDIAN::(unknown)::BN_LLONG RC4_CHAR::::::::::dlfcn:",
 
 #
 # Cray T90 (SDSC)
 
 #
 # Cray T90 (SDSC)
diff --git a/config b/config
index 2d363d80efe993140628398b70f539988e730f97..db0046f3d6c12a0b6e899f929fc4936f876ae5a0 100755 (executable)
--- a/config
+++ b/config
@@ -104,6 +104,14 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in
        echo "m68k-apple-aux3"; exit 0
        ;;
 
        echo "m68k-apple-aux3"; exit 0
        ;;
 
+    AIX:[3456789]:4:*)
+       echo "${MACHINE}-ibm-aix43"; exit 0
+       ;;
+
+    AIX:*:[56789]:*)
+       echo "${MACHINE}-ibm-aix43"; exit 0
+       ;;
+
     AIX:*)
        echo "${MACHINE}-ibm-aix"; exit 0
        ;;
     AIX:*)
        echo "${MACHINE}-ibm-aix"; exit 0
        ;;