summaryrefslogtreecommitdiffstats
path: root/toolchain/sstrip/Config.in
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2005-08-03 01:20:34 +0000
committerManuel Novoa III <mjn3@codepoet.org>2005-08-03 01:20:34 +0000
commitc0a49140ad047ba10bddc99fc7b56980c9c5571e (patch)
tree1cf8f1bc86602572e48fd800570a14a06d4abc8d /toolchain/sstrip/Config.in
parentf3dcc7593c45ea4ba7a2147bfa394cf41ebef505 (diff)
downloadbuildroot-novena-c0a49140ad047ba10bddc99fc7b56980c9c5571e.tar.gz
buildroot-novena-c0a49140ad047ba10bddc99fc7b56980c9c5571e.zip
Add sstrip for host and/or target.
Diffstat (limited to 'toolchain/sstrip/Config.in')
-rw-r--r--toolchain/sstrip/Config.in11
1 files changed, 11 insertions, 0 deletions
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.