elf2flt: only allow it to be selected on supported archs
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 16 Jun 2008 07:15:33 +0000 (07:15 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 16 Jun 2008 07:15:33 +0000 (07:15 -0000)
toolchain/elf2flt/Config.in

index e3a716e8622a5322d20a2037bd39454af3bc94d0..0bc7cb37b30fae286f9da8081fed98a1d1687d7a 100644 (file)
@@ -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