Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk flip all ports to gcc.old GCC 6.4.



details:   https://anonhg.NetBSD.org/src/rev/9b9af30d1d56
branches:  trunk
changeset: 835717:9b9af30d1d56
user:      mrg <mrg%NetBSD.org@localhost>
date:      Wed Sep 05 06:54:29 2018 +0000

description:
flip all ports to gcc.old GCC 6.4.

diffstat:

 share/mk/bsd.own.mk |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 99a8e882ef8a -r 9b9af30d1d56 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Wed Sep 05 06:26:58 2018 +0000
+++ b/share/mk/bsd.own.mk       Wed Sep 05 06:54:29 2018 +0000
@@ -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 @@
 # 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



Home | Main Index | Thread Index | Old Index