Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Default MKCOMPAT to no for earm
details: https://anonhg.NetBSD.org/src/rev/bb8ca2fb0259
branches: trunk
changeset: 786353:bb8ca2fb0259
user: matt <matt%NetBSD.org@localhost>
date: Sat Apr 27 08:42:44 2013 +0000
description:
Default MKCOMPAT to no for earm
diffstat:
share/mk/bsd.own.mk | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 403771fdde2d -r bb8ca2fb0259 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Sat Apr 27 08:12:34 2013 +0000
+++ b/share/mk/bsd.own.mk Sat Apr 27 08:42:44 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.725 2013/02/27 21:25:08 joerg Exp $
+# $NetBSD: bsd.own.mk,v 1.726 2013/04/27 08:42:44 matt Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -795,6 +795,8 @@
.if ${MACHINE_ARCH} == "x86_64" || ${MACHINE_ARCH} == "sparc64" || \
${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el"
MKCOMPAT?= yes
+.elif !empty(MACHINE_ARCH:Mearm*)
+MKCOMPAT?= no
.else
# Don't let this build where it really isn't supported.
MKCOMPAT:= no
Home |
Main Index |
Thread Index |
Old Index