summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.own.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk
index 5583f89541a..19d556b60c5 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -1,4 +1,4 @@
-# $OpenBSD: bsd.own.mk,v 1.51 2001/07/18 13:23:03 espie Exp $
+# $OpenBSD: bsd.own.mk,v 1.52 2001/08/23 16:37:46 art Exp $
# $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $
# Host-specific overrides
@@ -30,7 +30,7 @@ AFS?= yes
# Set `DEBUGLIBS' to `yes' to build libraries with debugging symbols
DEBUGLIBS?= no
# Set toolchain for libdl and other "differences"
-.if (${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "powerpc")
+.if (${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc64")
ELF_TOOLCHAIN?= yes
.else
ELF_TOOLCHAIN?= no