summaryrefslogtreecommitdiff
path: root/share/mk
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-02-21 03:04:19 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-02-21 03:04:19 +0000
commit658035d684b542344842e5c369e930c8d31b0b3d (patch)
treee6ee8c81aad8cd71f9371e88ff8189bde4d15707 /share/mk
parent468c889d905916a8b835e4d3a0f58c51c4acf24e (diff)
move sparc64 to gcc3. to move up please install a snapshot (or, install
this, build the right gcc, do a make build and pray)
Diffstat (limited to 'share/mk')
-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 3d749d59912..42c404c4e2b 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -1,4 +1,4 @@
-# $OpenBSD: bsd.own.mk,v 1.78 2004/02/12 05:28:02 drahn Exp $
+# $OpenBSD: bsd.own.mk,v 1.79 2004/02/21 03:04:18 deraadt Exp $
# $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $
# Host-specific overrides
@@ -39,7 +39,7 @@ ELF_TOOLCHAIN?= no
# do the dew
.if (${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "hppa64" || \
- ${MACHINE_ARCH} == "x86_64")
+ ${MACHINE_ARCH} == "x86_64" || ${MACHINE_ARCH} == "sparc64")
USE_GCC3?=yes
.else
USE_GCC3?=no