Module Name: src Committed By: mrg Date: Sun Sep 6 21:59:34 UTC 2020
Modified Files: src/tools/gcc: gcc-version.mk Log Message: mark GCC 9 as (so far) netbsd 20200907 version. this should fix the compiler saying it is "gcc version 9.3.0 ()". (needs mknative redo.) To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/tools/gcc/gcc-version.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/tools/gcc/gcc-version.mk diff -u src/tools/gcc/gcc-version.mk:1.19 src/tools/gcc/gcc-version.mk:1.20 --- src/tools/gcc/gcc-version.mk:1.19 Tue Aug 11 09:51:57 2020 +++ src/tools/gcc/gcc-version.mk Sun Sep 6 21:59:33 2020 @@ -1,9 +1,9 @@ -# $NetBSD: gcc-version.mk,v 1.19 2020/08/11 09:51:57 mrg Exp $ +# $NetBSD: gcc-version.mk,v 1.20 2020/09/06 21:59:33 mrg Exp $ # common location for tools and native build -.if ${HAVE_GCC} == 7 -NETBSD_GCC_VERSION=nb4 20200810 -.elif ${HAVE_GCC} == 8 +.if ${HAVE_GCC} == 8 NETBSD_GCC_VERSION=nb1 20200311 +.elif ${HAVE_GCC} == 9 +NETBSD_GCC_VERSION=nb1 20200907 .endif