Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm one more ...



details:   https://anonhg.NetBSD.org/src/rev/3247f0e06b61
branches:  trunk
changeset: 806885:3247f0e06b61
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Mar 16 20:32:08 2015 +0000

description:
one more strike to the whack-a-mole game of arm flavors.

diffstat:

 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/crypto.inc |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r e1621ccccb6a -r 3247f0e06b61 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/crypto.inc
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/crypto.inc     Mon Mar 16 19:10:48 2015 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/crypto.inc     Mon Mar 16 20:32:08 2015 +0000
@@ -3,7 +3,7 @@
 CPUID = yes
 CPPFLAGS += -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m
 .if ${MACHINE_ARCH:M*armv4*} == ""
-.      if ${MACHINE_ARCH} == "earmeb"
+.      if ${MACHINE_ARCH} == "earmeb" || ${MACHINE_ARCH} == "earmhfeb"
 CPPFLAGS += -D__ARM_MAX_ARCH__=5
 .      else
 CPPFLAGS += -D__ARM_MAX_ARCH__=8



Home | Main Index | Thread Index | Old Index