Module Name:    src
Committed By:   christos
Date:           Sat Mar  9 17:59:28 UTC 2019

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

Log Message:
Switch i386 and aarch64 to jemalloc (really I could switch everyone at this
point).


To generate a diff of this commit:
cvs rdiff -u -r1.1108 -r1.1109 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.1108 src/share/mk/bsd.own.mk:1.1109
--- src/share/mk/bsd.own.mk:1.1108	Fri Mar  8 15:35:10 2019
+++ src/share/mk/bsd.own.mk	Sat Mar  9 12:59:28 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1108 2019/03/08 20:35:10 christos Exp $
+#	$NetBSD: bsd.own.mk,v 1.1109 2019/03/09 17:59:28 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -172,7 +172,9 @@ EXTERNAL_BINUTILS_SUBDIR=	/does/not/exis
 # What version of jemalloc we use (100 is the one
 # built-in to libc from 2005 (pre version 3).
 #
-.if ${MACHINE_CPU} == "x86_64"
+.if ${MACHINE_CPU} == "x86_64"	|| \
+    ${MACHINE_CPU} == "i386"	|| \
+    ${MACHINE_CPU} == "aarch64"	
 HAVE_JEMALLOC?=		510
 .else
 HAVE_JEMALLOC?=		100

Reply via email to