summaryrefslogtreecommitdiff
path: root/share/mk
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2004-11-07 00:39:16 +0000
committerBrad Smith <brad@cvs.openbsd.org>2004-11-07 00:39:16 +0000
commit4f4fb09569c21321cf3884c9530fbfa1bf05b4ba (patch)
tree0a2c7e8a5c6280acf3a9b431dfea7fcfa4a5e6a8 /share/mk
parentf5abe481145f649a0494e0129edcdc2c529e0a5f (diff)
- MACHINE -> MACHINE_ARCH for amd64
- remove x86_64 - alphabetic order ok deraadt@
Diffstat (limited to 'share/mk')
-rw-r--r--share/mk/bsd.own.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk
index 3dd9a8972ee..b1aa3c71647 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -1,4 +1,4 @@
-# $OpenBSD: bsd.own.mk,v 1.89 2004/10/29 20:29:34 pvalchev Exp $
+# $OpenBSD: bsd.own.mk,v 1.90 2004/11/07 00:39:15 brad Exp $
# $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $
# Host-specific overrides
@@ -31,11 +31,11 @@ ELF_TOOLCHAIN?= no
ELF_TOOLCHAIN?= yes
.endif
-# do the dew
-.if ${MACHINE} == "amd64" || ${MACHINE_ARCH} == "arm" || \
+# gcc3
+.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "arm" || \
${MACHINE_ARCH} == "hppa" || ${MACHINE_ARCH} == "hppa64" || \
- ${MACHINE_ARCH} == "sparc64" || ${MACHINE_ARCH} == "x86_64" || \
- ${MACHINE_ARCH} == "mips64" || ${MACHINE_ARCH} == "powerpc"
+ ${MACHINE_ARCH} == "mips64" || ${MACHINE_ARCH} == "powerpc" || \
+ ${MACHINE_ARCH} == "sparc64"
USE_GCC3?=yes
.else
USE_GCC3?=no