diff options
| author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-03-17 00:24:25 +0100 |
|---|---|---|
| committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-03-17 00:24:25 +0100 |
| commit | fe0822ccc33a441de3963ba3e0dd8af8996e4d48 (patch) | |
| tree | 31652084ba1d44649d5f9fcdb82dbe3ac7f61738 | |
| parent | b0fece468986e98124dfd59e24222724cf7c96fa (diff) | |
| download | crosstool-ng-fe0822ccc33a441de3963ba3e0dd8af8996e4d48.tar.gz crosstool-ng-fe0822ccc33a441de3963ba3e0dd8af8996e4d48.tar.bz2 crosstool-ng-fe0822ccc33a441de3963ba3e0dd8af8996e4d48.zip | |
binutils/sstrip: depends on ELF
No point building sstrip is the target is not ELF.
| -rw-r--r-- | config/binutils/sstrip.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/binutils/sstrip.in b/config/binutils/sstrip.in index 8d643e4f..962857c1 100644 --- a/config/binutils/sstrip.in +++ b/config/binutils/sstrip.in @@ -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). |
