From 25b3bcbfdf1ce828af14e93b46b8131690cc1bd4 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 15 Feb 2006 00:17:46 +0000 Subject: disable elf2flt on unsupported hosts --- toolchain/elf2flt/Config.in | 1 + 1 file changed, 1 insertion(+) (limited to 'toolchain/elf2flt') diff --git a/toolchain/elf2flt/Config.in b/toolchain/elf2flt/Config.in index f8bdf5d71..e3a716e86 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 -- cgit v1.2.3