=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/Makefile,v retrieving revision 1.109 retrieving revision 1.110 diff -c -r1.109 -r1.110 *** src/Makefile 2004/12/25 16:17:33 1.109 --- src/Makefile 2005/01/09 00:14:32 1.110 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.109 2004/12/25 16:17:33 grange Exp $ # # For more information on building in tricky environments, please see --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.110 2005/01/09 00:14:32 espie Exp $ # # For more information on building in tricky environments, please see *************** *** 258,263 **** --- 258,264 ---- # 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