Enable MKCOMPAT for earm*, now that it works. Ok: matt@
This commit is contained in:
parent
7ed1d73e62
commit
fd0a6d9af6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue