From: Mike Frysinger Date: Wed, 15 Feb 2006 00:17:46 +0000 (-0000) Subject: disable elf2flt on unsupported hosts X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=25b3bcbfdf1ce828af14e93b46b8131690cc1bd4;p=buildroot.git disable elf2flt on unsupported hosts --- diff --git a/toolchain/elf2flt/Config.in b/toolchain/elf2flt/Config.in index f8bdf5d710..e3a716e862 100644 --- a/toolchain/elf2flt/Config.in +++ b/toolchain/elf2flt/Config.in @@ -2,6 +2,7 @@ comment "elf2flt" config BR2_ELF2FLT bool "Enable elf2flt support?" + depends !BR2_alpha && !BR2_x86_64 default n help uCLinux uses a Binary Flat format commonly known as BFLT. It