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/28fbbfa8e433
branches: trunk
changeset: 338537:28fbbfa8e433
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 8aed2c962e6d -r 28fbbfa8e433 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