summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gcc/Makefile.inc
blob: 8747451c2db5315c13f3113f8913cd6f3b56d38f (plain)
1
2
3
4
5
6
7
8
9
10
#	$NetBSD: Makefile.inc,v 1.2 2001/11/26 18:19:48 jmc Exp $

TOP=		${.CURDIR}/../../..
DIST=		${TOP}/dist/toolchain

GCCARCH=	${.CURDIR}/../arch/${MACHINE_ARCH}

CPPFLAGS+=	-DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE

.include "${GCCARCH}/defs.mk"