our GCC 6.5 is "nb4 20181109".

This commit is contained in:
mrg 2018-11-11 23:05:25 +00:00
parent 32c6a2c369
commit 5dda4a0b45
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
# $NetBSD: gcc-version.mk,v 1.11 2018/09/05 05:03:28 mrg Exp $
# $NetBSD: gcc-version.mk,v 1.12 2018/11/11 23:05:25 mrg Exp $
# common location for tools and native build
.if ${HAVE_GCC} == 6
NETBSD_GCC_VERSION=nb3 20180905
NETBSD_GCC_VERSION=nb4 20181109
.elif ${HAVE_GCC} == 7
NETBSD_GCC_VERSION=nb1 20180905
.endif