gcc-version.mk revision 1.28
1#	$NetBSD: gcc-version.mk,v 1.28 2025/07/21 05:27:09 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 20250721
10.endif
11