Source-Changes-HG archive

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

[src/trunk]: src/share/mk Switch sparc64 over to newer jemalloc.



details:   https://anonhg.NetBSD.org/src/rev/60b9bd16e49a
branches:  trunk
changeset: 449767:60b9bd16e49a
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Mar 21 11:14:16 2019 +0000

description:
Switch sparc64 over to newer jemalloc.

diffstat:

 share/mk/bsd.own.mk |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 34201122595d -r 60b9bd16e49a share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Thu Mar 21 09:42:44 2019 +0000
+++ b/share/mk/bsd.own.mk       Thu Mar 21 11:14:16 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.1113 2019/03/20 22:51:37 mrg Exp $
+#      $NetBSD: bsd.own.mk,v 1.1114 2019/03/21 11:14:16 martin Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -174,7 +174,8 @@
 #
 .if ${MACHINE_CPU} == "x86_64" || \
     ${MACHINE_CPU} == "i386"   || \
-    ${MACHINE_CPU} == "aarch64"        
+    ${MACHINE_CPU} == "aarch64"        || \
+    ${MACHINE} == "sparc64"
 HAVE_JEMALLOC?=                510
 .else
 HAVE_JEMALLOC?=                100



Home | Main Index | Thread Index | Old Index