config/binutils/sstrip.in
changeset 1855 73917704e1d7
parent 1854 02b74bd4373f
child 1856 e23ffb5c7928
     1.1 --- a/config/binutils/sstrip.in	Wed Mar 17 00:21:57 2010 +0100
     1.2 +++ b/config/binutils/sstrip.in	Wed Mar 17 00:24:25 2010 +0100
     1.3 @@ -2,10 +2,12 @@
     1.4  # depends on ! BACKEND
     1.5  
     1.6  comment "sstrip"
     1.7 +    depends on ARCH_BINFMT_ELF
     1.8  
     1.9  config SSTRIP
    1.10      bool
    1.11      prompt "sstrip"
    1.12 +    depends on ARCH_BINFMT_ELF
    1.13      help
    1.14        The sstrip utility, to maximise the striping of ELF binaries
    1.15        (executables and libraries).