8b1a8400c5
This updates : devel/aarch64-none-elf-gcc devel/arm-none-eabi-gcc devel/riscv32-unknown-elf-gcc devel/riscv64-none-elf-gcc For now keep a distinfo file for each ports, when we know taht we can updated them all together we will remove it and use only the master port distinfo file.
15 lines
366 B
Makefile
15 lines
366 B
Makefile
# $FreeBSD$
|
|
|
|
PORTVERSION= 8.4.0
|
|
PKGNAMEPREFIX= arm-none-eabi-
|
|
GCC_TARGET= arm-none-eabi
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
DISTINFO_FILE= ${.CURDIR}/distinfo
|
|
|
|
# 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"
|