diff options
author | Robert Clausecker <fuz@FreeBSD.org> | 2024-05-12 09:27:35 +0000 |
---|---|---|
committer | Robert Clausecker <fuz@FreeBSD.org> | 2024-05-13 21:19:50 +0000 |
commit | 16ebcbbc24a6fca734affcd38a2b3dba29a9145d (patch) | |
tree | 6d7c0beee1e941f8a25c2a898d2eeac5a6dd7955 | |
parent | f040d259aeda3ec5cd7c440c8f03364bdcac9311 (diff) |
lang/gcc13: enable on riscv64
Builds fine on 15-CURRENT.
PR: 272759
Approved by: salvadore (maintainer)
MFH: 2024Q2
-rw-r--r-- | lang/gcc13/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |