Date: Tue, 10 Apr 2018 01:00:30 +0000 (UTC) From: Alexander Kabaev <kan@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466933 - head/devel/amd64-binutils Message-ID: <201804100100.w3A10UPa084664@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kan Date: Tue Apr 10 01:00:30 2018 New Revision: 466933 URL: https://svnweb.freebsd.org/changeset/ports/466933 Log: Catch up with changed binutils prefix 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 Modified: head/devel/amd64-binutils/Makefile Modified: head/devel/amd64-binutils/Makefile ============================================================================== --- head/devel/amd64-binutils/Makefile Tue Apr 10 00:43:21 2018 (r466932) +++ head/devel/amd64-binutils/Makefile Tue Apr 10 01:00:30 2018 (r466933) @@ -6,7 +6,7 @@ PLIST= ${.CURDIR}/pkg-plist MASTERDIR= ${.CURDIR}/../binutils -BUTARGET= x86_64-${OPSYS:tl} +BUTARGET= x86_64-unknown-${OPSYS:tl}${OSREL} NAMEDTARGET= amd64-${OPSYS:tl} .include "${MASTERDIR}/Makefile"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804100100.w3A10UPa084664>