# HG changeset patch # User "Yann E. MORIN" # Date 1268781865 -3600 # Node ID 73917704e1d76567563de40181e6f9562c5fc6e0 # Parent 02b74bd4373fa800f860a01bd4fc10e2d6327abb binutils/sstrip: depends on ELF No point building sstrip is the target is not ELF. diff -r 02b74bd4373f -r 73917704e1d7 config/binutils/sstrip.in --- a/config/binutils/sstrip.in Wed Mar 17 00:21:57 2010 +0100 +++ b/config/binutils/sstrip.in Wed Mar 17 00:24:25 2010 +0100 @@ -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).