Skip to content

Commit 3541ee3

Browse files
authored
fix(mono): build on aarch64 (#1144)
1 parent 713de3e commit 3541ee3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package/mono/Config.in

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@ config BR2_PACKAGE_HOST_MONO_ARCH_SUPPORTS
22
bool
33
default y if BR2_HOSTARCH = "x86_64"
44
default y if BR2_HOSTARCH = "x86"
5+
# batocera : add aarch64
6+
default y if BR2_HOSTARCH = "aarch64"
57

68
config BR2_PACKAGE_MONO_ARCH_SUPPORTS
79
bool
10+
# batocera : add riscv64
811
default y if (BR2_aarch64 || BR2_arm || BR2_armeb || \
9-
BR2_i386 || BR2_powerpc || BR2_x86_64)
12+
BR2_i386 || BR2_powerpc || BR2_x86_64 || BR2_RISCV_64)
1013
depends on BR2_PACKAGE_HOST_MONO_ARCH_SUPPORTS
1114
depends on BR2_PACKAGE_LIBATOMIC_OPS_ARCH_SUPPORTS
1215

0 commit comments

Comments
 (0)