Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk GCC 10 now comes from gcc.old.
details: https://anonhg.NetBSD.org/src/rev/535f35e1a310
branches: trunk
changeset: 373599:535f35e1a310
user: mrg <mrg%NetBSD.org@localhost>
date: Mon Feb 20 06:31:09 2023 +0000
description:
GCC 10 now comes from gcc.old.
diffstat:
share/mk/bsd.own.mk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 44bc40595b6f -r 535f35e1a310 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Mon Feb 20 05:38:30 2023 +0000
+++ b/share/mk/bsd.own.mk Mon Feb 20 06:31:09 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1306 2023/02/05 14:53:38 christos Exp $
+# $NetBSD: bsd.own.mk,v 1.1307 2023/02/20 06:31:09 mrg Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -84,9 +84,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} == 9
+.if ${HAVE_GCC} == 10
EXTERNAL_GCC_SUBDIR?= gcc.old
-.elif ${HAVE_GCC} == 10
+.elif ${HAVE_GCC} == 11
EXTERNAL_GCC_SUBDIR?= gcc
.else
EXTERNAL_GCC_SUBDIR?= /does/not/exist
Home |
Main Index |
Thread Index |
Old Index