From 201d71ed33b201d6d5720d4540baffec64745898 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Fri, 24 Sep 2010 14:04:07 +0000 Subject: Switch mips-based ports to gcc4. Most of the work has been done by kettenis@. --- Makefile.cross | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile.cross') 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 -- cgit v1.2.3