2007-06-01 17:00:43 +00:00
|
|
|
# Configuration file for sstrip tool facility
|
|
|
|
|
2008-10-10 14:30:44 +00:00
|
|
|
config TOOL_sstrip
|
2007-06-01 17:00:43 +00:00
|
|
|
help
|
|
|
|
The sstrip utility, to maximise the striping of ELF binaries
|
|
|
|
(executables and libraries).
|
|
|
|
|
|
|
|
choice
|
|
|
|
bool
|
|
|
|
prompt "Use sstrip from:"
|
|
|
|
|
|
|
|
config SSTRIP_BUILDROOT
|
|
|
|
bool
|
|
|
|
prompt "buildroot"
|
|
|
|
help
|
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.
|
2007-06-01 17:00:43 +00:00
|
|
|
|
2009-03-08 10:59:16 +00:00
|
|
|
config SSTRIP_ELFKICKERS
|
|
|
|
bool
|
|
|
|
prompt "ELFkickers"
|
|
|
|
help
|
|
|
|
The original, ageing version, of sstrip from ELFkickers.
|
|
|
|
Fully functional, but not maintained anymore.
|
|
|
|
|
2007-06-01 17:00:43 +00:00
|
|
|
endchoice
|
|
|
|
|
|
|
|
config SSTRIP_FROM
|
|
|
|
string
|
|
|
|
default "ELFkickers" if SSTRIP_ELFKICKERS
|
|
|
|
default "buildroot" if SSTRIP_BUILDROOT
|
|
|
|
|
|
|
|
if SSTRIP_ELFKICKERS
|
|
|
|
|
|
|
|
config SSTRIP_ELFKICKERS_VERSION
|
|
|
|
string
|
|
|
|
default "2.0a"
|
|
|
|
|
|
|
|
endif
|