summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-03-16 23:24:25 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-03-16 23:24:25 (GMT)
commitfe0822ccc33a441de3963ba3e0dd8af8996e4d48 (patch)
tree31652084ba1d44649d5f9fcdb82dbe3ac7f61738
parentb0fece468986e98124dfd59e24222724cf7c96fa (diff)
binutils/sstrip: depends on ELF
No point building sstrip is the target is not ELF.
-rw-r--r--config/binutils/sstrip.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/binutils/sstrip.in b/config/binutils/sstrip.in
index 8d643e4..962857c 100644
--- a/config/binutils/sstrip.in
+++ b/config/binutils/sstrip.in
@@ -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).