Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk jemalloc for everyone!
details: https://anonhg.NetBSD.org/src/rev/5d6694c3f2c2
branches: trunk
changeset: 449866:5d6694c3f2c2
user: christos <christos%NetBSD.org@localhost>
date: Wed Mar 27 02:51:41 2019 +0000
description:
jemalloc for everyone!
diffstat:
share/mk/bsd.own.mk | 9 +--------
1 files changed, 1 insertions(+), 8 deletions(-)
diffs (24 lines):
diff -r 718930015d81 -r 5d6694c3f2c2 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Tue Mar 26 23:31:45 2019 +0000
+++ b/share/mk/bsd.own.mk Wed Mar 27 02:51:41 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1114 2019/03/21 11:14:16 martin Exp $
+# $NetBSD: bsd.own.mk,v 1.1115 2019/03/27 02:51:41 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