Source-Changes-HG archive

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

[src/trunk]: src/share/mk back to jemalloc for the masses



details:   https://anonhg.NetBSD.org/src/rev/65a174fd2168
branches:  trunk
changeset: 449889:65a174fd2168
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Mar 27 18:41:18 2019 +0000

description:
back to jemalloc for the masses

diffstat:

 share/mk/bsd.own.mk |  9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diffs (24 lines):

diff -r 8b550f2c7dcd -r 65a174fd2168 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Wed Mar 27 18:27:46 2019 +0000
+++ b/share/mk/bsd.own.mk       Wed Mar 27 18:41:18 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.1116 2019/03/27 11:15:55 christos Exp $
+#      $NetBSD: bsd.own.mk,v 1.1117 2019/03/27 18:41:18 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -172,14 +172,7 @@
 # What version of jemalloc we use (100 is the one
 # built-in to libc from 2005 (pre version 3).
 #
-.if ${MACHINE_CPU} == "x86_64" || \
-    ${MACHINE_CPU} == "i386"   || \
-    ${MACHINE_CPU} == "aarch64"        || \
-    ${MACHINE} == "sparc64"
 HAVE_JEMALLOC?=                510
-.else
-HAVE_JEMALLOC?=                100
-.endif
 
 .if empty(.MAKEFLAGS:tW:M*-V .OBJDIR*)
 .if defined(MAKEOBJDIRPREFIX) || defined(MAKEOBJDIR)



Home | Main Index | Thread Index | Old Index