crosstool-ng/config/binutils/sstrip.in

18 lines
477 B
Plaintext
Raw Normal View History

2007-06-01 17:00:43 +00:00
# Configuration file for sstrip tool facility
# depends on ! BACKEND
2007-06-01 17:00:43 +00:00
comment "sstrip"
depends on ARCH_BINFMT_ELF
config SSTRIP
bool
prompt "sstrip"
depends on ARCH_BINFMT_ELF
2007-06-01 17:00:43 +00:00
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.