Module Name: src
Committed By: mrg
Date: Wed Sep 5 06:54:30 UTC 2018
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
flip all ports to gcc.old GCC 6.4.
To generate a diff of this commit:
cvs rdiff -u -r1.1074 -r1.1075 src/share/mk/bsd.own.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.1074 src/share/mk/bsd.own.mk:1.1075
--- src/share/mk/bsd.own.mk:1.1074 Sun Aug 12 18:36:27 2018
+++ src/share/mk/bsd.own.mk Wed Sep 5 06:54:29 2018
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1074 2018/08/12 18:36:27 maya Exp $
+# $NetBSD: bsd.own.mk,v 1.1075 2018/09/05 06:54:29 mrg Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -71,8 +71,6 @@ MKGCCCMDS?= no
# set to the relevant subdirectory in src/external/gpl3 for his HAVE_GCC.
#
.if ${HAVE_GCC} == 6
-EXTERNAL_GCC_SUBDIR?= gcc
-.elif ${HAVE_GCC} == 5
EXTERNAL_GCC_SUBDIR?= gcc.old
.else
EXTERNAL_GCC_SUBDIR=? /does/not/exist