summaryrefslogtreecommitdiff
path: root/config/binutils/sstrip.in
blob: b518697015750680c6acab8dd4c43c8768d99cf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Configuration file for sstrip tool facility
# 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).
      
      Buildroot version, forked off the original from ELFkickers.  This one
      is somewhat maintained by the buildroot guys.   
      Supports big-endian systems.