summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-06-02 14:52:13 -0300
committerPeter Korsgaard <peter@korsgaard.com>2015-06-02 22:58:19 +0200
commit106f5b8c509352dc64249ca941dabb34ccc31f8e (patch)
tree7d0465bab9cad8a66c503a38790e72070977eb09 /Config.in
parent16b8e813c810fde2fe3655c696edf1e76a7d27ba (diff)
build: remove deprecated sstrip option
It's been deprecated since the 2014.05 release (a year). Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in13
1 files changed, 0 insertions, 13 deletions
diff --git a/Config.in b/Config.in
index bdff7dfe7..eaf47ddeb 100644
--- a/Config.in
+++ b/Config.in
@@ -372,19 +372,6 @@ config BR2_STRIP_strip
symbols on the target are needed for native debugging, but
not when remote debugging is used.
-config BR2_STRIP_sstrip
- bool "sstrip"
- select BR2_PACKAGE_SSTRIP_HOST
- depends on !BR2_PACKAGE_HOST_ELF2FLT
- depends on BR2_DEPRECATED_SINCE_2014_05
- help
- Binaries and libraries in the target filesystem will be
- stripped using the 'sstrip' command, which strips a little
- bit more than the traditional 'strip' command. This allows to
- save space, mainly by removing debugging symbols. Debugging
- symbols on the target are needed for native debugging, but
- not when remote debugging is used.
-
config BR2_STRIP_none
bool "none"
help