Source-Changes-HG archive

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

[src/trunk]: src/share/mk switch HAVE_GCC=9 to gcc.old.



details:   https://anonhg.NetBSD.org/src/rev/611be04fb395
branches:  trunk
changeset: 961092:611be04fb395
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Apr 10 00:35:24 2021 +0000

description:
switch HAVE_GCC=9 to gcc.old.

diffstat:

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

diffs (21 lines):

diff -r d111f6883068 -r 611be04fb395 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Fri Apr 09 23:14:15 2021 +0000
+++ b/share/mk/bsd.own.mk       Sat Apr 10 00:35:24 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.1237 2021/03/31 06:35:35 simonb Exp $
+#      $NetBSD: bsd.own.mk,v 1.1238 2021/04/10 00:35:24 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} == 8
+.if ${HAVE_GCC} == 9
 EXTERNAL_GCC_SUBDIR?=  gcc.old
-.elif ${HAVE_GCC} == 9
+.elif ${HAVE_GCC} == 10
 EXTERNAL_GCC_SUBDIR?=  gcc
 .else
 EXTERNAL_GCC_SUBDIR?=  /does/not/exist



Home | Main Index | Thread Index | Old Index