svn commit: r547855 - in head/devel: aarch64-none-elf-gcc arm-none-eabi-gcc riscv32-unknown-elf-gcc riscv64-none-elf-gcc

Li-Wen Hsu lwhsu at FreeBSD.org
Sun Sep 6 16:04:17 UTC 2020


Author: lwhsu
Date: Sun Sep  6 16:04:15 2020
New Revision: 547855
URL: https://svnweb.freebsd.org/changeset/ports/547855

Log:
  Correct COMMENT of devel/*-{eabi,elf}-gcc
  
  Approved by:	manu (maintainer)
  Differential Revision:	https://reviews.freebsd.org/D26338

Modified:
  head/devel/aarch64-none-elf-gcc/Makefile
  head/devel/arm-none-eabi-gcc/Makefile
  head/devel/riscv32-unknown-elf-gcc/Makefile
  head/devel/riscv64-none-elf-gcc/Makefile

Modified: head/devel/aarch64-none-elf-gcc/Makefile
==============================================================================
--- head/devel/aarch64-none-elf-gcc/Makefile	Sun Sep  6 15:55:03 2020	(r547854)
+++ head/devel/aarch64-none-elf-gcc/Makefile	Sun Sep  6 16:04:15 2020	(r547855)
@@ -8,7 +8,7 @@ MASTER_SITES=	GCC
 PKGNAMEPREFIX?=	aarch64-none-elf-
 
 MAINTAINER=	manu at 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

Modified: head/devel/arm-none-eabi-gcc/Makefile
==============================================================================
--- head/devel/arm-none-eabi-gcc/Makefile	Sun Sep  6 15:55:03 2020	(r547854)
+++ head/devel/arm-none-eabi-gcc/Makefile	Sun Sep  6 16:04:15 2020	(r547855)
@@ -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 \

Modified: head/devel/riscv32-unknown-elf-gcc/Makefile
==============================================================================
--- head/devel/riscv32-unknown-elf-gcc/Makefile	Sun Sep  6 15:55:03 2020	(r547854)
+++ head/devel/riscv32-unknown-elf-gcc/Makefile	Sun Sep  6 16:04:15 2020	(r547855)
@@ -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
 

Modified: head/devel/riscv64-none-elf-gcc/Makefile
==============================================================================
--- head/devel/riscv64-none-elf-gcc/Makefile	Sun Sep  6 15:55:03 2020	(r547854)
+++ head/devel/riscv64-none-elf-gcc/Makefile	Sun Sep  6 16:04:15 2020	(r547855)
@@ -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
 


More information about the svn-ports-all mailing list