Merge pull request #18668 from wigyori/perl-riscv

perl: add support for riscv64
This commit is contained in:
Philip Prindeville 2023-10-23 00:28:37 -06:00 committed by GitHub
commit 2491d1ec58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 1 deletions

View file

@ -11,7 +11,7 @@ include perlver.mk
PKG_NAME:=perl PKG_NAME:=perl
PKG_VERSION:=$(PERL_VERSION) PKG_VERSION:=$(PERL_VERSION)
PKG_RELEASE:=9 PKG_RELEASE:=10
PKG_SOURCE_URL:=\ PKG_SOURCE_URL:=\
https://cpan.metacpan.org/src/5.0 \ https://cpan.metacpan.org/src/5.0 \

File diff suppressed because one or more lines are too long