diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-15 00:17:46 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-15 00:17:46 +0000 |
commit | 25b3bcbfdf1ce828af14e93b46b8131690cc1bd4 (patch) | |
tree | cc4d97170a94f5471fa7afb899806da8cacbc2b9 | |
parent | 2ee904784bc61c68fd494477c396ad14b81c51d1 (diff) | |
download | buildroot-novena-25b3bcbfdf1ce828af14e93b46b8131690cc1bd4.tar.gz buildroot-novena-25b3bcbfdf1ce828af14e93b46b8131690cc1bd4.zip |
disable elf2flt on unsupported hosts
-rw-r--r-- | toolchain/elf2flt/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 |