Skip to content

Commit

Permalink
lang/gcc12: enable for riscv64
Browse files Browse the repository at this point in the history
Builds fine on riscv64 15-CURRENT.

PR:		272759
Approved by:	salvadore (maintainer)
MFH:		2024Q2

(cherry picked from commit f040d25)
  • Loading branch information
clausecker committed May 13, 2024
1 parent e19b50a commit 6d25931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/gcc12/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 6d25931

Please sign in to comment.