c9ea9e7af8
Change-Id: I5235984746178ee30b5db18e7def0016d9a0e36f
10 lines
274 B
Makefile
10 lines
274 B
Makefile
# $NetBSD: Makefile.inc,v 1.3 2013/08/06 05:35:57 matt Exp $
|
|
|
|
.if !defined(__COMMON_MAKEFILE_INC_INCLUDED__)
|
|
__COMMON_MAKEFILE_INC_INCLUDED__=1
|
|
|
|
BINUTILS_MACHINE_ARCH=${MACHINE_ARCH:C/armv[4-7]/arm/}
|
|
DIST= ${NETBSDSRCDIR}/external/gpl3/binutils/dist
|
|
BFDSUBDIR= lib
|
|
|
|
.endif
|