1b632ac6f9
Reported by: Mark Millard Reviewed by: swills Differential Revision: https://reviews.freebsd.org/D15009 > PR: If and which Problem Report is related. > Submitted by: If someone else sent in the change. > Reported by: If someone else reported the issue. > Reviewed by: If someone else reviewed your modification. > Approved by: If you needed approval for this commit. > Obtained from: If the change is from a third party. > MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email. > MFH: Ports tree branch name. Request approval for merge. > Relnotes: Set to 'yes' for mention in release notes. > Security: Vulnerability reference (one per line) or description. > Sponsored by: If the change was sponsored by an organization. > Differential Revision: https://reviews.freebsd.org/D### (*full* phabric URL needed). > Empty fields above will be automatically removed. M amd64-binutils/Makefile
12 lines
259 B
Makefile
12 lines
259 B
Makefile
# $FreeBSD$
|
|
|
|
COMMENT= GNU binutils for amd64 cross-development
|
|
PKGNAMEPREFIX= amd64-
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
MASTERDIR= ${.CURDIR}/../binutils
|
|
|
|
BUTARGET= x86_64-unknown-${OPSYS:tl}${OSREL}
|
|
NAMEDTARGET= amd64-${OPSYS:tl}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|