From 5b7d015338fe530c55d3b6ffd148c6d0999b0f75 Mon Sep 17 00:00:00 2001 From: Marc Espie Date: Sun, 9 Jan 2005 19:35:27 +0000 Subject: Synch with bsd.own.mk: USE_GCC3 is always set now, so we must set it to no explicitly. --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b5ffcb88df9..bbbb519022a 100644 --- a/Makefile +++ b/Makefile @@ -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} -- cgit v1.2.3