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:
parent
6c510e0cd4
commit
ddff7366ae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=547855
@ -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
|
||||
|
@ -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 \
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user