1# $NetBSD: gcc-version.mk,v 1.6 2016/06/07 08:12:13 mrg Exp $ 2 3# common location for tools and native build 4 5.if ${HAVE_GCC} == 48 6NETBSD_GCC_VERSION=nb3 20151015 7.else 8NETBSD_GCC_VERSION=nb1 20160606 9.endif 10