projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bff195
)
config: recognize little-endian Linux PPC64.
author
Andy Polyakov
<appro@openssl.org>
Wed, 5 Feb 2014 19:36:11 +0000
(20:36 +0100)
committer
Andy Polyakov
<appro@openssl.org>
Wed, 5 Feb 2014 19:36:11 +0000
(20:36 +0100)
config
patch
|
blob
|
history
diff --git
a/config
b/config
index d392867859be9fd3ea69886516132f4a5d4703df..a0115dba66b113742fa9ac75ed49f7dc8ac3de38 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"