Module Name:    src
Committed By:   matt
Date:           Sun Sep 13 22:24:41 UTC 2009

Modified Files:
        src/share/mk [matt-nb5-mips64]: bsd.own.mk

Log Message:
Enabled MKCOMPAT=yes for mips64e[bl]


To generate a diff of this commit:
cvs rdiff -u -r1.542.2.9.4.2 -r1.542.2.9.4.3 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.542.2.9.4.2 src/share/mk/bsd.own.mk:1.542.2.9.4.3
--- src/share/mk/bsd.own.mk:1.542.2.9.4.2	Wed Aug 26 03:34:20 2009
+++ src/share/mk/bsd.own.mk	Sun Sep 13 22:24:40 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.542.2.9.4.2 2009/08/26 03:34:20 matt Exp $
+#	$NetBSD: bsd.own.mk,v 1.542.2.9.4.3 2009/09/13 22:24:40 matt Exp $
 
 .if !defined(_BSD_OWN_MK_)
 _BSD_OWN_MK_=1
@@ -630,7 +630,8 @@
 #
 # MK* options which have variable defaults.
 #
-.if ${MACHINE} == "amd64" || ${MACHINE} == "sparc64"
+.if ${MACHINE} == "amd64" || ${MACHINE} == "sparc64" || \
+    ${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el"
 MKCOMPAT?=	yes
 .else
 # Don't let this build where it really isn't supported.

Reply via email to