c9ea9e7af8
Change-Id: I5235984746178ee30b5db18e7def0016d9a0e36f
15 lines
486 B
Makefile
15 lines
486 B
Makefile
# $NetBSD: Makefile,v 1.5 2013/08/06 05:35:57 matt Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
BINUTILS_MACHINE_ARCH=${MACHINE_ARCH:C/armv[4-7]/arm/}
|
|
|
|
.if ${MKBINUTILS} != "no" && exists(${.CURDIR}/common/arch/${BINUTILS_MACHINE_ARCH}/defs.mk)
|
|
.include "${.CURDIR}/common/arch/${BINUTILS_MACHINE_ARCH}/defs.mk"
|
|
|
|
SSUBDIR+= gas gprof ld ${G_PROGRAMS:C/-new$//:C/sysdump//:C/srconv//:cxxfilt=c++filt}
|
|
SUBDIR+= common .WAIT ${SSUBDIR:O} # alphabetize
|
|
|
|
.endif # MKBINUTILS != no
|
|
|
|
.include <bsd.subdir.mk>
|