1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-04 15:25:38 -08:00

Synch with bsd.own.mk: USE_GCC3 is always set now, so we must set it to no

explicitly.
This commit is contained in:
espie 2005-01-09 19:35:26 +00:00
parent ff3f4e6c2f
commit 42aa7dab60

View File

@ -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}