Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk undo previous, too much breaks.
details: https://anonhg.NetBSD.org/src/rev/0fec3de5f859
branches: trunk
changeset: 997810:0fec3de5f859
user: christos <christos%NetBSD.org@localhost>
date: Wed Mar 27 11:15:55 2019 +0000
description:
undo previous, too much breaks.
diffstat:
share/mk/bsd.own.mk | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diffs (24 lines):
diff -r 732256b6d76e -r 0fec3de5f859 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Wed Mar 27 09:52:16 2019 +0000
+++ b/share/mk/bsd.own.mk Wed Mar 27 11:15:55 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1115 2019/03/27 02:51:41 christos Exp $
+# $NetBSD: bsd.own.mk,v 1.1116 2019/03/27 11:15:55 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -172,7 +172,14 @@
# 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