Index: head/devel/aarch64-none-elf-gcc/Makefile =================================================================== --- head/devel/aarch64-none-elf-gcc/Makefile +++ head/devel/aarch64-none-elf-gcc/Makefile @@ -8,7 +8,7 @@ PKGNAMEPREFIX?= aarch64-none-elf- MAINTAINER= manu@FreeBSD.org -COMMENT= GNU Compiler Collection for bare metal arm cross-development +COMMENT?= GNU Compiler Collection for bare metal aarch64 cross-development LICENSE= GPLv3 GPLv3RLE LICENSE_COMB= multi Index: head/devel/arm-none-eabi-gcc/Makefile =================================================================== --- head/devel/arm-none-eabi-gcc/Makefile +++ head/devel/arm-none-eabi-gcc/Makefile @@ -5,6 +5,7 @@ GCC_TARGET= arm-none-eabi PLIST= ${.CURDIR}/pkg-plist DISTINFO_FILE= ${.CURDIR}/distinfo +COMMENT= GNU Compiler Collection for bare metal arm cross-development # libstdcxx won't build, but we don't need it or multiple float-abi libs. CONFIGURE_ARGS= --disable-libstdcxx \ Index: head/devel/riscv32-unknown-elf-gcc/Makefile =================================================================== --- head/devel/riscv32-unknown-elf-gcc/Makefile +++ head/devel/riscv32-unknown-elf-gcc/Makefile @@ -5,6 +5,7 @@ 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 Index: head/devel/riscv64-none-elf-gcc/Makefile =================================================================== --- head/devel/riscv64-none-elf-gcc/Makefile +++ head/devel/riscv64-none-elf-gcc/Makefile @@ -5,6 +5,7 @@ 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