2007-06-01 17:00:43 +00:00
|
|
|
# Configuration file for sstrip tool facility
|
2010-08-11 19:39:04 +00:00
|
|
|
|
|
|
|
if OBSOLETE && ! BACKEND && ARCH_BINFMT_ELF
|
2007-06-01 17:00:43 +00:00
|
|
|
|
2010-03-16 23:21:57 +00:00
|
|
|
comment "sstrip"
|
|
|
|
|
|
|
|
config SSTRIP
|
|
|
|
bool
|
2010-08-11 19:39:04 +00:00
|
|
|
prompt "sstrip (OBSOLETE)"
|
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
|
|
|
|
2010-08-11 19:39:04 +00:00
|
|
|
Buildroot version, forked off the original from ELFkickers.
|
|
|
|
This one is somewhat maintained by the buildroot guys.
|
2008-09-25 21:49:17 +00:00
|
|
|
Supports big-endian systems.
|
2010-08-11 19:39:04 +00:00
|
|
|
|
|
|
|
NOTE! Please read.
|
|
|
|
sstrip is now deprecated in crosstool-NG, as it has a few
|
|
|
|
shortcomings. For example: it breaks for PPC targets, it
|
|
|
|
does not build on non-ELF hosts (eg. mingw32, MacOS-X...).
|
|
|
|
|
|
|
|
endif
|