crosstool-ng/config/binutils/sstrip.in
Yann E. MORIN" 5b8dcf755b binutils/sstrip: get rid of ELFkickers
ELFkickers are looong dead and unmaintained, and the sstrip
from buildroot is working fine *and* is maintained.
2010-03-17 00:28:14 +01:00

18 lines
477 B
Plaintext

# 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.