aboutsummaryrefslogtreecommitdiff
path: root/devel/arm-none-eabi-gcc/Makefile
blob: c1775229792ef24131fa21193b2fd5f09da1f4e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"