diff options
| author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-03-17 00:21:57 +0100 |
|---|---|---|
| committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-03-17 00:21:57 +0100 |
| commit | b0fece468986e98124dfd59e24222724cf7c96fa (patch) | |
| tree | 23130fa9ebf64754c203d89ef4a39c9a0bac375f /config/tools | |
| parent | 2244007325f1fbd50177b56511091b347837997e (diff) | |
| download | crosstool-ng-b0fece468986e98124dfd59e24222724cf7c96fa.tar.gz crosstool-ng-b0fece468986e98124dfd59e24222724cf7c96fa.tar.bz2 crosstool-ng-b0fece468986e98124dfd59e24222724cf7c96fa.zip | |
tools: move sstrip to the binary utilities menu
sstrip is now alone in its 'tools' menu, and we will probably never gain
any other 'tool'. Besides, sstrip is just strip, but a little bit more
agressive, so it deserves going to the 'binary utilities' menu.
Diffstat (limited to 'config/tools')
| -rw-r--r-- | config/tools/sstrip.in | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/config/tools/sstrip.in b/config/tools/sstrip.in deleted file mode 100644 index 79687998..00000000 --- a/config/tools/sstrip.in +++ /dev/null @@ -1,42 +0,0 @@ -# Configuration file for sstrip tool facility -# depends on ! BACKEND - -config TOOL_sstrip - help - The sstrip utility, to maximise the striping of ELF binaries - (executables and libraries). - -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 |
