mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
2b2ec4dd4b
sstrip is causing more trouble and grief than tolerable. It is broken at least on PPC. It does not build on non-ELF systems (eg. mingw32, MacOS-X...). Plus, it is easy to install. Hide it behind OBSOLETE. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
24 lines
681 B
Plaintext
24 lines
681 B
Plaintext
# Configuration file for sstrip tool facility
|
|
|
|
if OBSOLETE && ! BACKEND && ARCH_BINFMT_ELF
|
|
|
|
comment "sstrip"
|
|
|
|
config SSTRIP
|
|
bool
|
|
prompt "sstrip (OBSOLETE)"
|
|
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.
|
|
|
|
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
|