gcc-version.mk revision 1.25
1# $NetBSD: gcc-version.mk,v 1.25 2023/10/08 21:52:34 mrg Exp $
2
3# common location for tools and native build
4
5.if ${HAVE_GCC} == 10
6NETBSD_GCC_VERSION=nb3 20231008
7.endif
8.if ${HAVE_GCC} == 12
9NETBSD_GCC_VERSION=nb1 20230729
10.endif
11