bn/asm/x86_64-mont5.pl: comply with Win64 ABI.
[openssl.git] / config
diff --git a/config b/config
index b432f627cc4115fb53c5d34f04ea13161a649a36..4052c9edf5ccd1571c619bbcf8622be82a826b95 100755 (executable)
--- a/config
+++ b/config
@@ -602,6 +602,7 @@ case "$GUESSOS" in
            (echo "__LP64__" | gcc -E -x c - 2>/dev/null | grep "^__LP64__" 2>&1 > /dev/null) || options="$options -m32"
        fi
        ;;
+  ppc64le-*-linux2) OUT="linux-ppc64le" ;;
   ppc-*-linux2) OUT="linux-ppc" ;;
   mips64*-*-linux2)
        echo "WARNING! If you wish to build 64-bit library, then you have to"