commit | f1982acc125341b0a92b6a90da1f775f88a2208d | [log] [tgz] |
---|---|---|
author | Andy Polyakov <appro@openssl.org> | Tue Nov 12 22:36:24 2013 +0100 |
committer | Andy Polyakov <appro@openssl.org> | Tue Nov 12 22:36:24 2013 +0100 |
tree | b35fd758b72c23cfbc3ad8ceab68a8f46f2e683c | |
parent | 2df9ec01d563f9cc2deab07e8c3391059d476592 [diff] [blame] |
Configure: add linux-ppc64le target. Submitted by: Marcelo Cerri
diff --git a/config b/config index b432f62..4052c9e 100755 --- a/config +++ b/config
@@ -602,6 +602,7 @@ (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"