summaryrefslogtreecommitdiff
path: root/devel/riscv32-unknown-elf-gcc/Makefile
blob: fa5e339a319e5dd0aaff985ced5f5f4c7f6adc50 (plain)
1
2
3
4
5
6
7
8
9
10
PORTVERSION=	8.4.0
PKGNAMEPREFIX=	riscv32-unknown-elf-
GCC_TARGET=	riscv32-unknown-elf
PLIST=		${.CURDIR}/pkg-plist
DISTINFO_FILE=	${.CURDIR}/distinfo
COMMENT=	GNU Compiler Collection for bare metal riscv32 cross-development

MASTERDIR=	${.CURDIR}/../aarch64-none-elf-gcc

.include "${MASTERDIR}/Makefile"