diff options
author | Lutz Jänicke <jaenicke@openssl.org> | 2002-05-12 21:45:51 +0200 |
---|---|---|
committer | Lutz Jänicke <jaenicke@openssl.org> | 2002-05-12 21:45:51 +0200 |
commit | 6fa865a32555d2ebf23defdb331eb16c2c9b5f80 (patch) | |
tree | 83a6a5947c6552717fed920918e4213c59a18ebc /config | |
parent | EVP_SealFinal should return a value. (diff) | |
download | openssl-6fa865a32555d2ebf23defdb331eb16c2c9b5f80.tar.xz openssl-6fa865a32555d2ebf23defdb331eb16c2c9b5f80.zip |
Recognize PPC64 target.
Submitted by:
Reviewed by:
PR: 26
Diffstat (limited to 'config')
-rwxr-xr-x | config | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -517,6 +517,10 @@ EOF ${CC} -o dummy dummy.c && OUT=`./dummy ${MACHINE}` rm dummy dummy.c ;; + ppc64-*-linux2) + #Use the standard target for PPC architecture until we create a + #special one for the 64bit architecture. + OUT="linux-ppc" ;; ppc-*-linux2) OUT="linux-ppc" ;; m68k-*-linux*) OUT="linux-m68k" ;; ia64-*-linux?) OUT="linux-ia64" ;; |