summaryrefslogtreecommitdiff
path: root/Makefile.cross
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2010-09-24 14:04:07 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2010-09-24 14:04:07 +0000
commit201d71ed33b201d6d5720d4540baffec64745898 (patch)
treeb44c81d15234e5562d0a5f95787f20994650e787 /Makefile.cross
parent92b66bc5642d7dfe5dd5e8180efd723fd9724c72 (diff)
Switch mips-based ports to gcc4. Most of the work has been done by kettenis@.
Diffstat (limited to 'Makefile.cross')
-rw-r--r--Makefile.cross6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.cross b/Makefile.cross
index a0e91c08129..27e68f9157e 100644
--- a/Makefile.cross
+++ b/Makefile.cross
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.cross,v 1.38 2010/09/23 19:00:48 pirofti Exp $
+# $OpenBSD: Makefile.cross,v 1.39 2010/09/24 14:04:06 miod Exp $
cross-tools: cross-includes cross-binutils cross-gcc cross-lib
cross-distrib: cross-tools cross-bin cross-share cross-sys cross-etc-root-var
@@ -79,8 +79,8 @@ CROSSGCC= ${CROSSDIR}/.gcc_done
TARGET_USE_GCC3=No
COMPILER_VERSION=gcc2
.elif ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "hppa" || \
- ${TARGET_ARCH} == "i386" || ${TARGET_ARCH} == "powerpc" || \
- ${TARGET_ARCH} == "sparc64"
+ ${TARGET_ARCH} == "i386" || ${TARGET_ARCH:Mmips64*} || \
+ ${TARGET_ARCH} == "powerpc" || ${TARGET_ARCH} == "sparc64"
TARGET_USE_GCC4=Yes
COMPILER_VERSION=gcc4
.else