mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-19 05:43:51 -09:00
Signed-off-by: Francois Perrad <francois.perrad.86@gmail.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
303 B
Plaintext
15 lines
303 B
Plaintext
|
|
config BR2_PACKAGE_HOST_HARE_TARGET_ARCH_SUPPORTS
|
|
bool
|
|
default y if BR2_aarch64
|
|
default y if BR2_RISCV_64
|
|
default y if BR2_x86_64
|
|
|
|
config BR2_PACKAGE_HOST_HARE
|
|
bool "host hare"
|
|
depends on BR2_PACKAGE_HOST_HARE_TARGET_ARCH_SUPPORTS
|
|
help
|
|
The Hare programming language
|
|
|
|
https://harelang.org/
|