From b0fece468986e98124dfd59e24222724cf7c96fa Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Wed, 17 Mar 2010 00:21:57 +0100 Subject: 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. --- config/binutils/sstrip.in | 50 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 config/binutils/sstrip.in (limited to 'config/binutils') diff --git a/config/binutils/sstrip.in b/config/binutils/sstrip.in new file mode 100644 index 00000000..8d643e4f --- /dev/null +++ b/config/binutils/sstrip.in @@ -0,0 +1,50 @@ +# Configuration file for sstrip tool facility +# depends on ! BACKEND + +comment "sstrip" + +config SSTRIP + bool + prompt "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 -- cgit v1.2.3