freebsd-ports/devel/arm-none-eabi-gcc/Makefile
Li-Wen Hsu ddff7366ae Correct COMMENT of devel/*-{eabi,elf}-gcc
Approved by:	manu (maintainer)
Differential Revision:	https://reviews.freebsd.org/D26338
2020-09-06 16:04:15 +00:00

16 lines
436 B
Makefile

# $FreeBSD$
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"