mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
golang: Enable riscv64 for Go compiler and packages
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit 3906e54c08)
This commit is contained in:
committed by
Tianling Shen
parent
2d49d82008
commit
33b4c76397
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user