Recognize PPC64 target.
authorLutz Jänicke <jaenicke@openssl.org>
Sun, 12 May 2002 19:45:51 +0000 (19:45 +0000)
committerLutz Jänicke <jaenicke@openssl.org>
Sun, 12 May 2002 19:45:51 +0000 (19:45 +0000)
Submitted by:
Reviewed by:
PR: 26

config

diff --git a/config b/config
index df973edddcd5874214b3ceb58e740a95754aa7cf..3d443da6fb5e9047a47d424231353cfaf9bc29a7 100755 (executable)
--- a/config
+++ b/config
@@ -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" ;;