Module Name:    src
Committed By:   martin
Date:           Thu Mar 21 11:14:16 UTC 2019

Modified Files:
        src/share/mk: bsd.own.mk

Log Message:
Switch sparc64 over to newer jemalloc.


To generate a diff of this commit:
cvs rdiff -u -r1.1113 -r1.1114 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.1113 src/share/mk/bsd.own.mk:1.1114
--- src/share/mk/bsd.own.mk:1.1113	Wed Mar 20 22:51:37 2019
+++ src/share/mk/bsd.own.mk	Thu Mar 21 11:14:16 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1113 2019/03/20 22:51:37 mrg Exp $
+#	$NetBSD: bsd.own.mk,v 1.1114 2019/03/21 11:14:16 martin Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -174,7 +174,8 @@ EXTERNAL_BINUTILS_SUBDIR=	/does/not/exis
 #
 .if ${MACHINE_CPU} == "x86_64"	|| \
     ${MACHINE_CPU} == "i386"	|| \
-    ${MACHINE_CPU} == "aarch64"	
+    ${MACHINE_CPU} == "aarch64"	|| \
+    ${MACHINE} == "sparc64"
 HAVE_JEMALLOC?=		510
 .else
 HAVE_JEMALLOC?=		100

Reply via email to