From d472c9b9514663f0bea963ca137b4230f990afb3 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Fri, 1 Jun 2007 17:00:43 +0000 Subject: Add the first tool facility: sstrip. --- config/tools/sstrip.in | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 config/tools/sstrip.in (limited to 'config/tools') diff --git a/config/tools/sstrip.in b/config/tools/sstrip.in new file mode 100644 index 00000000..ed5a584d --- /dev/null +++ b/config/tools/sstrip.in @@ -0,0 +1,46 @@ +# Configuration file for sstrip tool facility + +menuconfig SSTRIP + bool + prompt "sstrip" + default n + help + The sstrip utility, to maximise the striping of ELF binaries + (executables and libraries). + +if SSTRIP + +choice + bool + prompt "Use sstrip from:" + +config SSTRIP_ELFKICKERS + bool + prompt "ELFkickers" + help + Use the original, ageing version of sstrip from ELFkickers. + It seems to be fully functional, but not maintained. + +config SSTRIP_BUILDROOT + bool + prompt "buildroot" + help + Use the version from buildroot. It comes from the original + ELFkickers, but is somewhat maintained by the buildroot guys. + +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 -- cgit v1.2.3