mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-28 00:28:52 +00:00
5b8dcf755b
ELFkickers are looong dead and unmaintained, and the sstrip from buildroot is working fine *and* is maintained.
18 lines
477 B
Plaintext
18 lines
477 B
Plaintext
# Configuration file for sstrip tool facility
|
|
# depends on ! BACKEND
|
|
|
|
comment "sstrip"
|
|
depends on ARCH_BINFMT_ELF
|
|
|
|
config SSTRIP
|
|
bool
|
|
prompt "sstrip"
|
|
depends on ARCH_BINFMT_ELF
|
|
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.
|