Merge pull request #21267 from jefferyto/golang-enable-riscv64

golang: Enable riscv64 for Go compiler and packages
This commit is contained in:
Tianling Shen 2023-06-04 13:58:05 +08:00 committed by GitHub
commit 09f508c70d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ endif
# Target Go
GO_ARCH_DEPENDS:=@(aarch64||arm||i386||i686||mips||mips64||mips64el||mipsel||powerpc64||x86_64)
GO_ARCH_DEPENDS:=@(aarch64||arm||i386||i686||mips||mips64||mips64el||mipsel||powerpc64||riscv64||x86_64)
# ASLR/PIE