Module Name: src Committed By: maya Date: Mon Apr 15 15:56:40 UTC 2019
Modified Files: src/share/mk: bsd.own.mk Log Message: Don't build compat libraries for riscv, for now. To generate a diff of this commit: cvs rdiff -u -r1.1128 -r1.1129 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.1128 src/share/mk/bsd.own.mk:1.1129 --- src/share/mk/bsd.own.mk:1.1128 Fri Apr 5 15:58:17 2019 +++ src/share/mk/bsd.own.mk Mon Apr 15 15:56:40 2019 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk,v 1.1128 2019/04/05 15:58:17 maya Exp $ +# $NetBSD: bsd.own.mk,v 1.1129 2019/04/15 15:56:40 maya Exp $ # This needs to be before bsd.init.mk .if defined(BSD_MK_COMPAT_FILE) @@ -962,7 +962,7 @@ MK${var}:= yes .if ${MACHINE_ARCH} == "x86_64" || ${MACHINE_ARCH} == "sparc64" \ || ${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el" \ || ${MACHINE_ARCH} == "powerpc64" || ${MACHINE_ARCH} == "aarch64" \ - || ${MACHINE_ARCH} == "riscv64" || !empty(MACHINE_ARCH:Mearm*) + || !empty(MACHINE_ARCH:Mearm*) MKCOMPAT?= yes .else # Don't let this build where it really isn't supported.