mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
elf2flt: only allow it to be selected on supported archs
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
comment "elf2flt"
|
||||
|
||||
config BR2_ELF2FLT
|
||||
bool "Enable elf2flt support?"
|
||||
depends !BR2_alpha && !BR2_x86_64
|
||||
depends on BR2_arm || BR2_sh || BR2_sparc
|
||||
default n
|
||||
help
|
||||
uCLinux uses a Binary Flat format commonly known as BFLT. It
|
||||
|
||||
Reference in New Issue
Block a user