aboutsummaryrefslogtreecommitdiff
path: root/devel/riscv64-none-elf-gcc/Makefile
blob: 7b69d76aac772bee58dfe1e1561cb1e841168818 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
PORTVERSION=	11.3.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"