aboutsummaryrefslogtreecommitdiff
path: root/devel/arm-none-eabi-gcc/Makefile
blob: 9fcc4353e6bc4ceadd398475ba362608faedcff9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

PORTVERSION=	8.4.0
PKGNAMEPREFIX=	arm-none-eabi-
GCC_TARGET=	arm-none-eabi
PLIST=	${.CURDIR}/pkg-plist
DISTINFO_FILE=	${.CURDIR}/distinfo
COMMENT=	GNU Compiler Collection for bare metal arm cross-development

# libstdcxx won't build, but we don't need it or multiple float-abi libs.
CONFIGURE_ARGS=	--disable-libstdcxx \
		--disable-multilib

MASTERDIR=	${.CURDIR}/../aarch64-none-elf-gcc

.include "${MASTERDIR}/Makefile"