diff -r 73917704e1d7 -r e23ffb5c7928 config/binutils/sstrip.in --- a/config/binutils/sstrip.in Wed Mar 17 00:24:25 2010 +0100 +++ b/config/binutils/sstrip.in Wed Mar 17 00:28:14 2010 +0100 @@ -11,42 +11,7 @@ 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