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