0e43d44140
When I added the first copy of the CloudABI toolchain to the Ports tree, I assumed that it would be easily possible to have a single Binutils port that would support all of the architectures of interest. It seems that this is not really supported, or simply awkward to use. Let's just rename the cloudabi-binutils port to cloudabi-binutils-x86_64 and add an additional cloudabi-binutils-aarch64. Reviewed by: emaste Approved by: bapt Differential Revision: https://reviews.freebsd.org/D3919
16 lines
345 B
Makefile
16 lines
345 B
Makefile
# Created by: Ed Schouten <ed@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMEPREFIX= cloudabi-
|
|
PKGNAMESUFFIX= -x86_64
|
|
|
|
MAINTAINER= ed@FreeBSD.org
|
|
COMMENT= GNU Binutils for CloudABI cross-development
|
|
|
|
MASTERDIR= ${.CURDIR}/../binutils
|
|
PATCHDIR= ${.CURDIR}/files
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
BUTARGET= x86_64-unknown-cloudabi
|
|
|
|
.include "${MASTERDIR}/Makefile"
|