Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib Do not build a compat i386 version of libnvmm.



details:   https://anonhg.NetBSD.org/src/rev/b8cad0026009
branches:  trunk
changeset: 445777:b8cad0026009
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Nov 12 09:25:42 2018 +0000

description:
Do not build a compat i386 version of libnvmm.

diffstat:

 lib/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r bc1a61ddc117 -r b8cad0026009 lib/Makefile
--- a/lib/Makefile      Mon Nov 12 09:21:45 2018 +0000
+++ b/lib/Makefile      Mon Nov 12 09:25:42 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.262 2018/11/10 09:28:56 maxv Exp $
+#      $NetBSD: Makefile,v 1.263 2018/11/12 09:25:42 martin Exp $
 #      from: @(#)Makefile      5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -50,7 +50,7 @@
 SUBDIR+=       libskey
 .endif
 
-.if ${MACHINE_ARCH} == "x86_64"
+.if ${MACHINE_ARCH} == "x86_64" && ${MLIBDIR:Unone} != "i386"
 SUBDIR+=       libnvmm
 .endif
 



Home | Main Index | Thread Index | Old Index