summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2005-01-09 19:35:27 +0000
committerMarc Espie <espie@cvs.openbsd.org>2005-01-09 19:35:27 +0000
commit5b7d015338fe530c55d3b6ffd148c6d0999b0f75 (patch)
tree2b2f2d06e1e7206fdb099aea0770011fcae92511 /Makefile
parenta481f804c7ec1bdffe4f18f01db1bb3b1ef91e56 (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--Makefile4
1 files changed, 3 insertions, 1 deletions
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}