From c0a49140ad047ba10bddc99fc7b56980c9c5571e Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Wed, 3 Aug 2005 01:20:34 +0000 Subject: Add sstrip for host and/or target. --- toolchain/sstrip/Config.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 toolchain/sstrip/Config.in (limited to 'toolchain/sstrip/Config.in') diff --git a/toolchain/sstrip/Config.in b/toolchain/sstrip/Config.in new file mode 100644 index 000000000..ba0b79d3c --- /dev/null +++ b/toolchain/sstrip/Config.in @@ -0,0 +1,11 @@ +config BR2_PACKAGE_SSTRIP_TARGET + bool "sstrip for the target system." + default n + help + Maximal 'strip'ing utility. + +config BR2_PACKAGE_SSTRIP_HOST + bool "sstrip for the host/build system." + default n + help + Maximal 'strip'ing utility. -- cgit v1.2.3