diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-03-17 00:28:14 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-03-17 00:28:14 +0100 |
commit | 5b8dcf755be217e35767db5861beba9b45f60a84 (patch) | |
tree | eb41086ab04b4fe8445b9a21378f60cd53b84206 /config/binutils | |
parent | fe0822ccc33a441de3963ba3e0dd8af8996e4d48 (diff) | |
download | crosstool-ng-5b8dcf755be217e35767db5861beba9b45f60a84.tar.gz crosstool-ng-5b8dcf755be217e35767db5861beba9b45f60a84.tar.bz2 crosstool-ng-5b8dcf755be217e35767db5861beba9b45f60a84.zip |
binutils/sstrip: get rid of ELFkickers
ELFkickers are looong dead and unmaintained, and the sstrip
from buildroot is working fine *and* is maintained.
Diffstat (limited to 'config/binutils')
-rw-r--r-- | config/binutils/sstrip.in | 37 |
1 files changed, 1 insertions, 36 deletions
diff --git a/config/binutils/sstrip.in b/config/binutils/sstrip.in index 962857c1..b5186970 100644 --- a/config/binutils/sstrip.in +++ b/config/binutils/sstrip.in @@ -11,42 +11,7 @@ config SSTRIP help The sstrip utility, to maximise the striping of ELF binaries (executables and libraries). - -if SSTRIP - -choice - bool - prompt "Use sstrip from:" - -config SSTRIP_BUILDROOT - bool - prompt "buildroot" - help + Buildroot version, forked off the original from ELFkickers. This one is somewhat maintained by the buildroot guys. Supports big-endian systems. - -config SSTRIP_ELFKICKERS - bool - prompt "ELFkickers (OBSOLETE)" - depends on OBSOLETE - help - The original, ageing version, of sstrip from ELFkickers. - Fully functional, but not maintained anymore. - -endchoice - -config SSTRIP_FROM - string - default "ELFkickers" if SSTRIP_ELFKICKERS - default "buildroot" if SSTRIP_BUILDROOT - -if SSTRIP_ELFKICKERS - -config SSTRIP_ELFKICKERS_VERSION - string - default "2.0a" - -endif - -endif # SSTRIP |