Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk make GCC 8 consumers to use gcc.old.
details: https://anonhg.NetBSD.org/src/rev/3676495004e5
branches: trunk
changeset: 937460:3676495004e5
user: mrg <mrg%NetBSD.org@localhost>
date: Thu Aug 20 03:08:07 2020 +0000
description:
make GCC 8 consumers to use gcc.old.
diffstat:
share/mk/bsd.own.mk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 9931d98a81f6 -r 3676495004e5 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Wed Aug 19 22:47:09 2020 +0000
+++ b/share/mk/bsd.own.mk Thu Aug 20 03:08:07 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1204 2020/08/16 06:43:05 mrg Exp $
+# $NetBSD: bsd.own.mk,v 1.1205 2020/08/20 03:08:07 mrg Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -75,9 +75,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} == 7
+.if ${HAVE_GCC} == 8
EXTERNAL_GCC_SUBDIR?= gcc.old
-.elif ${HAVE_GCC} == 8
+.elif ${HAVE_GCC} == 9
EXTERNAL_GCC_SUBDIR?= gcc
.else
EXTERNAL_GCC_SUBDIR?= /does/not/exist
Home |
Main Index |
Thread Index |
Old Index