summaryrefslogtreecommitdiff
path: root/devel/arm-eabi-gcc/Makefile
blob: dc3fd4ce5bbd8b4eaf235796f49d47f3490b77ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$

MAINTAINER=	ports@FreeBSD.org

TGTARCH=	arm
TGTABI=		eabi
PLIST=		${.CURDIR}/pkg-plist

BUILD_DEPENDS=	arm-eabi-as:${PORTSDIR}/devel/arm-eabi-binutils
RUN_DEPENDS=	arm-eabi-as:${PORTSDIR}/devel/arm-eabi-binutils

MASTERDIR=	${.CURDIR}/../cross-gcc
NO_STAGE=	yes
.include "${MASTERDIR}/Makefile"