summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2011-07-06 18:39:31 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2011-07-06 18:39:31 +0000
commit1acf4eb046df0168b93c0af258be1110e0553fa6 (patch)
treea52442f23dcfe9f4821cb331f581940bc4391807 /share
parent19452f1b567060e22128beb996235f30595cdea1 (diff)
Do not use wildcards in GCC4_ARCH, they do not play well with make's :M
modifier. Found the hard way...
Diffstat (limited to 'share')
-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 d1c47f734ff..3703fd9ba60 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -1,4 +1,4 @@
-# $OpenBSD: bsd.own.mk,v 1.107 2011/07/05 00:15:03 drahn Exp $
+# $OpenBSD: bsd.own.mk,v 1.108 2011/07/06 18:39:30 miod Exp $
# $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $
# Host-specific overrides
@@ -32,7 +32,7 @@ ELF_TOOLCHAIN?= yes
.endif
GCC2_ARCH=m68k m88k sparc vax
-GCC4_ARCH=amd64 hppa i386 mips64* powerpc sparc64
+GCC4_ARCH=amd64 hppa i386 mips64 mips64el powerpc sparc64
BINUTILS217_ARCH=ia64
.for _arch in ${MACHINE_ARCH}