Home | History | Annotate | Line # | Download | only in gcc
      1 #	$NetBSD: Makefile.gcc_path,v 1.3 2018/08/12 21:48:56 mrg Exp $
      2 
      3 # Define some commom paths
      4 
      5 .ifndef _EXTERNAL_GPL3_GCC_MAKEFILE_INC_
      6 _EXTERNAL_GPL3_GCC_MAKEFILE_INC_=1
      7 
      8 .include <bsd.own.mk>
      9 
     10 GCC_SUBDIR=	${NETBSDSRCDIR}/external/gpl3/${EXTERNAL_GCC_SUBDIR}
     11 
     12 #.if exists(${GCC_SUBDIR}/dist)
     13 GCCDIST=	${GCC_SUBDIR}/dist
     14 #.endif
     15 
     16 GCC_INCSDIR=	/usr/include/gcc-${HAVE_GCC}
     17 
     18 .endif	# _GPL3_GCC_MAKEFILE_INC_
     19