Module Name:    src
Committed By:   matt
Date:           Mon Jun 22 06:47:26 UTC 2015

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

Log Message:
Default MKCOMPATMODULES to yes for mips64e{b,l}


To generate a diff of this commit:
cvs rdiff -u -r1.855 -r1.856 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.855 src/share/mk/bsd.own.mk:1.856
--- src/share/mk/bsd.own.mk:1.855	Fri Jun 19 18:13:52 2015
+++ src/share/mk/bsd.own.mk	Mon Jun 22 06:47:26 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.855 2015/06/19 18:13:52 matt Exp $
+#	$NetBSD: bsd.own.mk,v 1.856 2015/06/22 06:47:26 matt Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -908,8 +908,9 @@ MKCOMPAT?=	yes
 MKCOMPAT:=	no
 .endif
 
-.if ${MACHINE_ARCH} == "x86_64" || ${MACHINE_ARCH} == "i386" || \
-    (${MACHINE} == "evbppc" && ${MACHINE_ARCH} == "powerpc")
+.if ${MACHINE_ARCH} == "x86_64" || ${MACHINE_ARCH} == "i386" \
+    || ${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el" \
+    || (${MACHINE} == "evbppc" && ${MACHINE_ARCH} == "powerpc")
 MKCOMPATMODULES?=	yes
 .else
 MKCOMPATMODULES:=	no

Reply via email to