From: Peter Korsgaard Date: Mon, 16 Jun 2008 07:15:33 +0000 (-0000) Subject: elf2flt: only allow it to be selected on supported archs X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d22723861bcaa57dfba5d7242e6eb8b6d47be444;p=buildroot.git elf2flt: only allow it to be selected on supported archs --- diff --git a/toolchain/elf2flt/Config.in b/toolchain/elf2flt/Config.in index e3a716e862..0bc7cb37b3 100644 --- a/toolchain/elf2flt/Config.in +++ b/toolchain/elf2flt/Config.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