ddff7366ae
Approved by: manu (maintainer) Differential Revision: https://reviews.freebsd.org/D26338
16 lines
436 B
Makefile
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"
|