diff -r 8676886c1ca9 -r 02b74bd4373f config/tools/sstrip.in --- a/config/tools/sstrip.in Mon Mar 15 22:02:02 2010 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -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