Module Name: src
Committed By: christos
Date: Tue Sep 24 14:08:14 UTC 2024
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
switch x86 to new jemalloc
To generate a diff of this commit:
cvs rdiff -u -r1.1405 -r1.1406 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.1405 src/share/mk/bsd.own.mk:1.1406
--- src/share/mk/bsd.own.mk:1.1405 Mon Sep 23 09:00:13 2024
+++ src/share/mk/bsd.own.mk Tue Sep 24 10:08:14 2024
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1405 2024/09/23 13:00:13 christos Exp $
+# $NetBSD: bsd.own.mk,v 1.1406 2024/09/24 14:08:14 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -251,6 +251,8 @@ USE_SSP?= yes
#
.if ${MACHINE_ARCH} == "vax" || ${MACHINE} == "sun2"
HAVE_JEMALLOC?= 100
+.elif ${MACHINE_ARCH} == "x86_64" || ${MACHINE_ARCH} == "i386"
+HAVE_JEMALLOC?= 530
.else
HAVE_JEMALLOC?= 510
.endif