freebsd-ports/devel/riscv64-none-elf-gcc/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

10 lines
300 B
Makefile

PORTVERSION= 8.4.0
PKGNAMEPREFIX= riscv64-none-elf-
GCC_TARGET= riscv64-none-elf
PLIST= ${.CURDIR}/pkg-plist
DISTINFO_FILE= ${.CURDIR}/distinfo
COMMENT= GNU Compiler Collection for bare metal riscv64 cross-development
MASTERDIR= ${.CURDIR}/../aarch64-none-elf-gcc
.include "${MASTERDIR}/Makefile"