binutils/sstrip: depends on ELF

No point building sstrip is the target is not ELF.
This commit is contained in:
Yann E. MORIN" 2010-03-17 00:24:25 +01:00
parent b0fece4689
commit fe0822ccc3

View File

@ -2,10 +2,12 @@
# depends on ! BACKEND
comment "sstrip"
depends on ARCH_BINFMT_ELF
config SSTRIP
bool
prompt "sstrip"
depends on ARCH_BINFMT_ELF
help
The sstrip utility, to maximise the striping of ELF binaries
(executables and libraries).