mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-21 01:21:27 +00:00
binutils/sstrip: depends on ELF
No point building sstrip is the target is not ELF.
This commit is contained in:
parent
b0fece4689
commit
fe0822ccc3
@ -2,10 +2,12 @@
|
||||
# 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).
|
||||
|
Loading…
x
Reference in New Issue
Block a user