Module Name: src
Committed By: martin
Date: Fri May 29 14:15:14 UTC 2015
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Enable MKCOMPAT for earm*, now that it works. Ok: matt@
To generate a diff of this commit:
cvs rdiff -u -r1.851 -r1.852 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.851 src/share/mk/bsd.own.mk:1.852
--- src/share/mk/bsd.own.mk:1.851 Thu May 28 14:36:45 2015
+++ src/share/mk/bsd.own.mk Fri May 29 14:15:14 2015
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.851 2015/05/28 14:36:45 rjs Exp $
+# $NetBSD: bsd.own.mk,v 1.852 2015/05/29 14:15:14 martin Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -899,7 +899,7 @@ MK${var}:= yes
|| ${MACHINE_ARCH} == "riscv64"
MKCOMPAT?= yes
.elif !empty(MACHINE_ARCH:Mearm*)
-MKCOMPAT?= no
+MKCOMPAT?= yes
.else
# Don't let this build where it really isn't supported.
MKCOMPAT:= no