lang/gcc12: enable for riscv64

Builds fine on riscv64 15-CURRENT.

PR:		272759
Approved by:	salvadore (maintainer)
MFH:		2024Q2
main
Robert Clausecker 2024-05-12 20:55:24 +02:00
parent 936504b6bb
commit f040d259ae
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,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 \