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