Skip to content

Commit

Permalink
Switch sparc64 over to newer jemalloc.
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinHusemann committed Mar 21, 2019
1 parent 98aaa7a commit 23e6703
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions share/mk/bsd.own.mk
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -174,7 +174,8 @@ EXTERNAL_BINUTILS_SUBDIR= /does/not/exist
#
.if ${MACHINE_CPU} == "x86_64" || \
${MACHINE_CPU} == "i386" || \
${MACHINE_CPU} == "aarch64"
${MACHINE_CPU} == "aarch64" || \
${MACHINE} == "sparc64"
HAVE_JEMALLOC?= 510
.else
HAVE_JEMALLOC?= 100
Expand Down

0 comments on commit 23e6703

Please sign in to comment.