=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/share/mk/bsd.own.mk,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- src/share/mk/bsd.own.mk 2001/07/18 13:23:03 1.51 +++ src/share/mk/bsd.own.mk 2001/08/23 16:37:46 1.52 @@ -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 @@ # 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