summaryrefslogtreecommitdiff
path: root/toolchain/Config.in
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2009-07-07 02:34:58 +0000
committerNicolas Thill <nico@openwrt.org>2009-07-07 02:34:58 +0000
commit4702698c68be9023f5a7f4909c38f0d5ef5ef993 (patch)
tree33f8a57f1fbe3cb2e929b96d44dbf884cae44d62 /toolchain/Config.in
parent5a5f24ac230a0cc8b885858134c1c219b77954f8 (diff)
downloadmtk-20170518-4702698c68be9023f5a7f4909c38f0d5ef5ef993.zip
mtk-20170518-4702698c68be9023f5a7f4909c38f0d5ef5ef993.tar.gz
mtk-20170518-4702698c68be9023f5a7f4909c38f0d5ef5ef993.tar.bz2
add a config option to select the binary stripping method to use (between none, strip & sstrip)
SVN-Revision: 16728
Diffstat (limited to 'toolchain/Config.in')
-rw-r--r--toolchain/Config.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/toolchain/Config.in b/toolchain/Config.in
index 5b5ad37..3ff0801 100644
--- a/toolchain/Config.in
+++ b/toolchain/Config.in
@@ -54,12 +54,10 @@ choice
config USE_EGLIBC
bool "Use eglibc"
depends !avr32
- select NO_STRIP
config USE_GLIBC
bool "Use glibc"
depends !avr32
- select NO_STRIP
config USE_UCLIBC
bool "Use uClibc"