mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-01 01:13:29 +08:00
elf2flt: enable for xtensa
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
471d6b2869
commit
86e8062ecd
@ -1,6 +1,6 @@
|
||||
config BR2_PACKAGE_HOST_ELF2FLT
|
||||
bool "Enable elf2flt support?"
|
||||
depends on BR2_arm || BR2_sh || BR2_sparc
|
||||
depends on BR2_arm || BR2_sh || BR2_sparc || BR2_xtensa
|
||||
depends on !BR2_USE_MMU
|
||||
help
|
||||
uCLinux uses a Binary Flat format commonly known as BFLT. It
|
||||
|
Loading…
Reference in New Issue
Block a user