Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk switch ppc to OpenSSL-1.1, use MACHINE_CPU consiste...
details: https://anonhg.NetBSD.org/src/rev/a6333d87fb44
branches: trunk
changeset: 320920:a6333d87fb44
user: christos <christos%NetBSD.org@localhost>
date: Mon Mar 05 00:24:01 2018 +0000
description:
switch ppc to OpenSSL-1.1, use MACHINE_CPU consistently.
diffstat:
share/mk/bsd.own.mk | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r fecb7878954d -r a6333d87fb44 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Mon Mar 05 00:20:08 2018 +0000
+++ b/share/mk/bsd.own.mk Mon Mar 05 00:24:01 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1041 2018/03/04 22:47:49 mrg Exp $
+# $NetBSD: bsd.own.mk,v 1.1042 2018/03/05 00:24:01 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -108,7 +108,8 @@
.if ${MACHINE} == "amd64" || \
${MACHINE} == "arm" || \
${MACHINE} == "i386" || \
- ${MACHINE_ARCH} == "sh3" || \
+ ${MACHINE_CPU} == "powerpc" || \
+ ${MACHINE_CPU} == "sh3" || \
${MACHINE} == "sparc" || \
${MACHINE} == "sparc64"
HAVE_OPENSSL?= 11
Home |
Main Index |
Thread Index |
Old Index