1# $NetBSD: gcc-version.mk,v 1.5 2016/03/17 23:41:21 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 20160317 9.endif 10