[openssl-commits] [openssl] master update
Rich Salz
rsalz at openssl.org
Fri Jan 22 16:59:17 UTC 2016
The branch master has been updated
via 74c2db31c06a6e7aec2677420db4d6d81fc0e54c (commit)
from fa8edbbd59dd2ea04e6b6ebaefc1be72c9fd7ba4 (commit)
- Log -----------------------------------------------------------------
commit 74c2db31c06a6e7aec2677420db4d6d81fc0e54c
Author: mmiyashi <mmiyashita at users.noreply.github.com>
Date: Mon Jul 27 17:07:59 2015 -0500
isalist(1) is obsolete; use isainfo(1)
Signed-off-by: Rich Salz <rsalz at openssl.org>
Reviewed-by: Richard Levitte <levitte at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
config | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config b/config
index 2b3b6d8..9f15553 100755
--- a/config
+++ b/config
@@ -655,7 +655,7 @@ case "$GUESSOS" in
*-*-linux2) OUT="linux-generic32" ;;
sun4[uv]*-*-solaris2)
OUT="solaris-sparcv9-$CC"
- ISA64=`(isalist) 2>/dev/null | grep sparcv9`
+ ISA64=`(isainfo) 2>/dev/null | grep sparcv9`
if [ "$ISA64" != "" -a "$KERNEL_BITS" = "" ]; then
if [ "$CC" = "cc" -a $CCVER -ge 50 ]; then
echo "WARNING! If you wish to build 64-bit library, then you have to"
@@ -694,7 +694,7 @@ case "$GUESSOS" in
sun4d-*-solaris2) OUT="solaris-sparcv8-$CC" ;;
sun4*-*-solaris2) OUT="solaris-sparcv7-$CC" ;;
*86*-*-solaris2)
- ISA64=`(isalist) 2>/dev/null | grep amd64`
+ ISA64=`(isainfo) 2>/dev/null | grep amd64`
if [ "$ISA64" != "" -a ${KERNEL_BITS:-64} -eq 64 ]; then
OUT="solaris64-x86_64-$CC"
else
More information about the openssl-commits
mailing list