Module Name:    src
Committed By:   christos
Date:           Mon Mar  5 00:24:01 UTC 2018

Modified Files:
        src/share/mk: bsd.own.mk

Log Message:
switch ppc to OpenSSL-1.1, use MACHINE_CPU consistently.


To generate a diff of this commit:
cvs rdiff -u -r1.1041 -r1.1042 src/share/mk/bsd.own.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.1041 src/share/mk/bsd.own.mk:1.1042
--- src/share/mk/bsd.own.mk:1.1041	Sun Mar  4 17:47:49 2018
+++ src/share/mk/bsd.own.mk	Sun Mar  4 19:24:01 2018
@@ -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 @@ MKGCCCMDS?=	no
 .if ${MACHINE} == "amd64" || \
     ${MACHINE} == "arm" || \
     ${MACHINE} == "i386" || \
-    ${MACHINE_ARCH} == "sh3" || \
+    ${MACHINE_CPU} == "powerpc" || \
+    ${MACHINE_CPU} == "sh3" || \
     ${MACHINE} == "sparc" || \
     ${MACHINE} == "sparc64"
 HAVE_OPENSSL?=  11

Reply via email to