We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 713de3e commit 3541ee3Copy full SHA for 3541ee3
1 file changed
package/mono/Config.in
@@ -2,11 +2,14 @@ config BR2_PACKAGE_HOST_MONO_ARCH_SUPPORTS
2
bool
3
default y if BR2_HOSTARCH = "x86_64"
4
default y if BR2_HOSTARCH = "x86"
5
+ # batocera : add aarch64
6
+ default y if BR2_HOSTARCH = "aarch64"
7
8
config BR2_PACKAGE_MONO_ARCH_SUPPORTS
9
10
+ # batocera : add riscv64
11
default y if (BR2_aarch64 || BR2_arm || BR2_armeb || \
- BR2_i386 || BR2_powerpc || BR2_x86_64)
12
+ BR2_i386 || BR2_powerpc || BR2_x86_64 || BR2_RISCV_64)
13
depends on BR2_PACKAGE_HOST_MONO_ARCH_SUPPORTS
14
depends on BR2_PACKAGE_LIBATOMIC_OPS_ARCH_SUPPORTS
15
0 commit comments