5d6dbffe8a
toolchain
12 lines
243 B
Makefile
12 lines
243 B
Makefile
# $FreeBSD$
|
|
|
|
COMMENT= GNU binutils for amd64 cross-development
|
|
PKGNAMEPREFIX= amd64-
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
MASTERDIR= ${.CURDIR}/../binutils
|
|
|
|
BUTARGET= x86_64-${OPSYS:tl}
|
|
NAMEDTARGET= amd64-${OPSYS:tl}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|