Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion package/mono/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@ config BR2_PACKAGE_HOST_MONO_ARCH_SUPPORTS
bool
default y if BR2_HOSTARCH = "x86_64"
default y if BR2_HOSTARCH = "x86"
# batocera : add aarch64
default y if BR2_HOSTARCH = "aarch64"

config BR2_PACKAGE_MONO_ARCH_SUPPORTS
bool
# batocera : add riscv64
default y if (BR2_aarch64 || BR2_arm || BR2_armeb || \
BR2_i386 || BR2_powerpc || BR2_x86_64)
BR2_i386 || BR2_powerpc || BR2_x86_64 || BR2_RISCV_64)
depends on BR2_PACKAGE_HOST_MONO_ARCH_SUPPORTS
depends on BR2_PACKAGE_LIBATOMIC_OPS_ARCH_SUPPORTS

Expand Down