i386 is gcc3 for cross too.

This commit is contained in:
espie 2005-01-09 00:14:32 +00:00
parent bc18b37ed8
commit 3de481534f
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.109 2004/12/25 16:17:33 grange Exp $
# $OpenBSD: Makefile,v 1.110 2005/01/09 00:14:32 espie Exp $
#
# For more information on building in tricky environments, please see
@ -258,6 +258,7 @@ ${CROSSBINUTILS}: ${CROSSINCLUDES}
# bsd.own.mk can't do it for us
.if ${TARGET} == "amd64" || ${TARGET} == "cats" || \
${TARGET} == "hppa" || ${TARGET} == "hppa64" || \
${TARGET} == "i386" || \
${TARGET} == "sparc64" || ${TARGET} == "sgi"
USE_GCC3=yes
.endif