summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-10-19 18:47:31 +0000
committerAndy Polyakov <appro@openssl.org>2005-10-19 18:47:31 +0000
commit063333e03d611ee2e2e024f50f807e3a661d6f2d (patch)
tree2a4ca2f18feec62de5dd6b77285ea1e950acfe7b /Configure
parent0a0918ff38bbbbb49b0a49ca5791e0b7bc8b8f51 (diff)
downloadopenssl-new-063333e03d611ee2e2e024f50f807e3a661d6f2d.tar.gz
Add rudimentary aix64-gcc target [from HEAD].
Submitted by: Stefan Neis
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/Configure b/Configure
index 543c923495..f08d33486a 100755
--- a/Configure
+++ b/Configure
@@ -404,6 +404,7 @@ my %table=(
#### IBM's AIX.
"aix3-cc", "cc:-O -DB_ENDIAN -qmaxmem=16384::(unknown):AIX::BN_LLONG RC4_CHAR:::",
"aix-gcc", "gcc:-O -DB_ENDIAN::-D_THREAD_SAFE:AIX::BN_LLONG RC4_CHAR::aix_ppc32.o::::::::::dlfcn:",
+"aix64-gcc","gcc:-O -DB_ENDIAN::-D_THREAD_SAFE:AIX::SIXTY_FOUR_BIT_LONG RC4_CHAR::aix_ppc64.o::::::::::dlfcn::::::-X64",
# Below targets assume AIX 5. Idea is to effectively disregard $OBJECT_MODE
# at build time. $OBJECT_MODE is respected at ./config stage!
"aix-cc", "cc:-q32 -O -DB_ENDIAN -qmaxmem=16384::-qthreaded:AIX::BN_LLONG RC4_CHAR::aix_ppc32.o::::::::::dlfcn:aix-shared::-q32:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)::-X 32",