gcc-version.mk revision 1.29
1# $NetBSD: gcc-version.mk,v 1.29 2025/09/16 02:08:01 mrg Exp $
2
3# common location for tools and native build
4
5.if ${HAVE_GCC} == 12
6NETBSD_GCC_VERSION=nb1 20250721
7.endif
8.if ${HAVE_GCC} == 14
9NETBSD_GCC_VERSION=nb1 20250915
10.endif
11