diff options
author | Robert Clausecker <fuz@FreeBSD.org> | 2024-05-12 23:49:22 +0000 |
---|---|---|
committer | Robert Clausecker <fuz@FreeBSD.org> | 2024-05-13 21:23:07 +0000 |
commit | e19b50accd34d4604bab6729f55c702fe5992622 (patch) | |
tree | cb7638a050112911fe909fa198c0ec7f5fa6a571 | |
parent | ec7899df953e4e1a51ced2edd900fdcde8baa373 (diff) |
lang/gcc11: enable on riscv64
Builds fine on 15-CURRENT.
PR: 272759
Approved by: salvadore (maintainer)
MFH: 2024Q2
(cherry picked from commit 936504b6bbea6d54a74e46820aead68a34a85021)
-rw-r--r-- | lang/gcc11/Makefile | 2 |
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 \ |