aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Clausecker <fuz@FreeBSD.org>2024-05-12 23:49:22 +0000
committerRobert Clausecker <fuz@FreeBSD.org>2024-05-13 21:19:49 +0000
commit936504b6bbea6d54a74e46820aead68a34a85021 (patch)
treef42e26ec1db65528330f4f20f2e23296b05cabca
parent8b38a187e665fd0214deee209f63cb70f5c5c769 (diff)
downloadports-936504b6bbea6d54a74e46820aead68a34a85021.tar.gz
ports-936504b6bbea6d54a74e46820aead68a34a85021.zip
lang/gcc11: enable on riscv64
Builds fine on 15-CURRENT. PR: 272759 Approved by: salvadore (maintainer) MFH: 2024Q2
-rw-r--r--lang/gcc11/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc11/Makefile b/lang/gcc11/Makefile
index a2fc68a4418d..56ecc447de4c 100644
--- a/lang/gcc11/Makefile
+++ b/lang/gcc11/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 \