Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Enable MKCOMPAT for earm*, now that it works. Ok: m...
details: https://anonhg.NetBSD.org/src/rev/18f19cc7777c
branches: trunk
changeset: 808679:18f19cc7777c
user: martin <martin%NetBSD.org@localhost>
date: Fri May 29 14:15:14 2015 +0000
description:
Enable MKCOMPAT for earm*, now that it works. Ok: matt@
diffstat:
share/mk/bsd.own.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r ad47cf850b93 -r 18f19cc7777c share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Fri May 29 13:55:54 2015 +0000
+++ b/share/mk/bsd.own.mk Fri May 29 14:15:14 2015 +0000
@@ -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 @@
|| ${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
Home |
Main Index |
Thread Index |
Old Index