2007-06-01 17:00:43 +00:00
|
|
|
# Configuration file for sstrip tool facility
|
2010-03-05 17:19:25 +00:00
|
|
|
# depends on ! BACKEND
|
2007-06-01 17:00:43 +00:00
|
|
|
|
2010-03-16 23:21:57 +00:00
|
|
|
comment "sstrip"
|
2010-03-16 23:24:25 +00:00
|
|
|
depends on ARCH_BINFMT_ELF
|
2010-03-16 23:21:57 +00:00
|
|
|
|
|
|
|
config SSTRIP
|
|
|
|
bool
|
|
|
|
prompt "sstrip"
|
2010-03-16 23:24:25 +00:00
|
|
|
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).
|
2010-03-16 23:28:14 +00:00
|
|
|
|
2008-09-25 21:49:17 +00:00
|
|
|
Buildroot version, forked off the original from ELFkickers. This one
|
|
|
|
is somewhat maintained by the buildroot guys.
|
|
|
|
Supports big-endian systems.
|