aboutsummaryrefslogtreecommitdiff
path: root/devel/aarch64-binutils/Makefile
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2014-11-11 22:41:57 +0000
committerEd Maste <emaste@FreeBSD.org>2014-11-11 22:41:57 +0000
commite3935acbc0cda1001c030eea71b6744b190a5cce (patch)
tree9fa6ec39d0add449759a1956674e30b95096813c /devel/aarch64-binutils/Makefile
parent2fd25fa08dbdc0b71895e6952adbefa4f0352e80 (diff)
downloadports-e3935acbc0cda1001c030eea71b6744b190a5cce.tar.gz
ports-e3935acbc0cda1001c030eea71b6744b190a5cce.zip
Add 64-bit ARM binutils port
This is a port version of Andrew Turner's AArch64-FreeBSD binutils git branch, https://github.com/zxombie/aarch64-freebsd-binutils Reviewed by: bapt Approvied by: bapt Differential Revision: https://reviews.freebsd.org/D912
Notes
Notes: svn path=/head/; revision=372471
Diffstat (limited to 'devel/aarch64-binutils/Makefile')
-rw-r--r--devel/aarch64-binutils/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/aarch64-binutils/Makefile b/devel/aarch64-binutils/Makefile
new file mode 100644
index 000000000000..0b2084c8dafb
--- /dev/null
+++ b/devel/aarch64-binutils/Makefile
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+PORTREVISION= 1
+COMMENT= GNU binutils for AArch64 cross-development
+PKGNAMEPREFIX= aarch64-
+PLIST= ${.CURDIR}/pkg-plist
+
+MASTERDIR= ${.CURDIR}/../binutils/
+
+.include "${MASTERDIR}/Makefile"