Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk gcc 7 can now be found in gcc.old.
details: https://anonhg.NetBSD.org/src/rev/c0f4309c3bff
branches: trunk
changeset: 454854:c0f4309c3bff
user: mrg <mrg%NetBSD.org@localhost>
date: Sun Sep 29 22:10:55 2019 +0000
description:
gcc 7 can now be found in gcc.old.
diffstat:
share/mk/bsd.own.mk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 314fafbb84a7 -r c0f4309c3bff share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Sun Sep 29 21:28:20 2019 +0000
+++ b/share/mk/bsd.own.mk Sun Sep 29 22:10:55 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1152 2019/09/15 21:17:08 bad Exp $
+# $NetBSD: bsd.own.mk,v 1.1153 2019/09/29 22:10:55 mrg Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -70,9 +70,9 @@
# We import the old gcc as "gcc.old" when upgrading. EXTERNAL_GCC_SUBDIR is
# set to the relevant subdirectory in src/external/gpl3 for his HAVE_GCC.
#
-.if ${HAVE_GCC} == 6
+.if ${HAVE_GCC} == 7
EXTERNAL_GCC_SUBDIR?= gcc.old
-.elif ${HAVE_GCC} == 7
+.elif ${HAVE_GCC} == 8
EXTERNAL_GCC_SUBDIR?= gcc
.else
EXTERNAL_GCC_SUBDIR=? /does/not/exist
Home |
Main Index |
Thread Index |
Old Index