diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2005-01-09 19:35:27 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2005-01-09 19:35:27 +0000 |
commit | 5b7d015338fe530c55d3b6ffd148c6d0999b0f75 (patch) | |
tree | 2b2f2d06e1e7206fdb099aea0770011fcae92511 /Makefile | |
parent | a481f804c7ec1bdffe4f18f01db1bb3b1ef91e56 (diff) |
Synch with bsd.own.mk: USE_GCC3 is always set now, so we must set it to no
explicitly.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.110 2005/01/09 00:14:32 espie Exp $ +# $OpenBSD: Makefile,v 1.111 2005/01/09 19:35:26 espie Exp $ # # For more information on building in tricky environments, please see @@ -261,6 +261,8 @@ ${CROSSBINUTILS}: ${CROSSINCLUDES} ${TARGET} == "i386" || \ ${TARGET} == "sparc64" || ${TARGET} == "sgi" USE_GCC3=yes +.else +USE_GCC3=no .endif ${CROSSGCC}: ${CROSSBINUTILS} |