diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-08-23 16:37:47 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-08-23 16:37:47 +0000 |
commit | ac5efdb041a78f1ad0c1ad7f07cd87a98e742e91 (patch) | |
tree | 68fc2f0c1c59d9ec5312c9fccf412170fb72c7af /share | |
parent | e76b6a943d84278c43734991a0985e0c1926a32f (diff) |
sparc64 is ELF.
Diffstat (limited to 'share')
-rw-r--r-- | share/mk/bsd.own.mk | 4 |
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 |