diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2005-01-09 00:14:33 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2005-01-09 00:14:33 +0000 |
commit | 946000f61bae6d7a0e8b7cbe9d29b81e9d4b5f6b (patch) | |
tree | eb8b12e7b81f58ed1a18d1cac376c2cd0fb51d67 | |
parent | 97bb50cd493f98da5296a1957f6ec4b39d105864 (diff) |
i386 is gcc3 for cross too.
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |