summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/mk/bsd.own.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk
index e9df42b950f..0a6eb1a51ff 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -1,4 +1,4 @@
-# $OpenBSD: bsd.own.mk,v 1.87 2004/07/24 19:14:08 miod Exp $
+# $OpenBSD: bsd.own.mk,v 1.88 2004/09/06 06:38:02 deraadt Exp $
# $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $
# Host-specific overrides
@@ -32,9 +32,10 @@ ELF_TOOLCHAIN?= yes
.endif
# do the dew
-.if ${MACHINE} == "amd64" || (${MACHINE_ARCH} == "arm" || \
+.if ${MACHINE} == "amd64" || ${MACHINE_ARCH} == "arm" || \
${MACHINE_ARCH} == "hppa" || ${MACHINE_ARCH} == "hppa64" || \
- ${MACHINE_ARCH} == "sparc64" || ${MACHINE_ARCH} == "x86_64")
+ ${MACHINE_ARCH} == "sparc64" || ${MACHINE_ARCH} == "x86_64" || \
+ ${MACHINE_ARCH} == "mips64"
USE_GCC3?=yes
.else
USE_GCC3?=no