git: 16ebcbbc24a6 - main - lang/gcc13: enable on riscv64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 May 2024 21:21:38 UTC
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=16ebcbbc24a6fca734affcd38a2b3dba29a9145d commit 16ebcbbc24a6fca734affcd38a2b3dba29a9145d Author: Robert Clausecker <fuz@FreeBSD.org> AuthorDate: 2024-05-12 09:27:35 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2024-05-13 21:19:50 +0000 lang/gcc13: enable on riscv64 Builds fine on 15-CURRENT. PR: 272759 Approved by: salvadore (maintainer) MFH: 2024Q2 --- lang/gcc13/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/gcc13/Makefile b/lang/gcc13/Makefile index 4edd71bb7c29..3c0a3841de61 100644 --- a/lang/gcc13/Makefile +++ b/lang/gcc13/Makefile @@ -12,7 +12,7 @@ WWW= https://gcc.gnu.org LICENSE= GPLv3 GPLv3RLE LICENSE_COMB= multi -ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le +ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le riscv64 LIB_DEPENDS= libgmp.so:math/gmp \ libmpfr.so:math/mpfr \