1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00

Correct COMMENT of devel/*-{eabi,elf}-gcc

Approved by:	manu (maintainer)
Differential Revision:	https://reviews.freebsd.org/D26338
This commit is contained in:
Li-Wen Hsu 2020-09-06 16:04:15 +00:00
parent 6c510e0cd4
commit ddff7366ae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=547855
4 changed files with 4 additions and 1 deletions

View File

@ -8,7 +8,7 @@ MASTER_SITES= GCC
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

View File

@ -5,6 +5,7 @@ PKGNAMEPREFIX= arm-none-eabi-
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 \

View File

@ -5,6 +5,7 @@ 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

View File

@ -5,6 +5,7 @@ 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