Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-03-26 21:09:15 +0400
committerRichard Levitte <levitte@openssl.org>2001-03-26 21:09:15 +0400
commit0294674b44beafb4ca8cb806d6e11c93505e3998 (patch)
tree85e81d99bb6c992344b65ce6446e7e40ae157236 /config
parent771c8a7ce5b5da3fc9643de36f9f50f039ad9561 (diff)
Merge in recent changes from OpenSSL_0_9_6-stable.
Diffstat (limited to 'config')
-rwxr-xr-xconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/config b/config
index 77e8421cb8..3f8f9a26fd 100755
--- a/config
+++ b/config
@@ -87,6 +87,14 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in
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
;;