summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2005-01-09 00:14:33 +0000
committerMarc Espie <espie@cvs.openbsd.org>2005-01-09 00:14:33 +0000
commit946000f61bae6d7a0e8b7cbe9d29b81e9d4b5f6b (patch)
treeeb8b12e7b81f58ed1a18d1cac376c2cd0fb51d67
parent97bb50cd493f98da5296a1957f6ec4b39d105864 (diff)
i386 is gcc3 for cross too.
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ab9b199fc5d..b5ffcb88df9 100644
--- a/Makefile
+++ b/Makefile
@@ -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