aboutsummaryrefslogtreecommitdiffstats
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
commitc5548f922eec11cd9d1cd323092bc5a44f366268 (patch)
tree0a58ff22218d8e162d29c02d73fd2aac89d28844 /toolchain/Config.in
parent9c174d95bbbf43c2db088f3a8edbe25b4cfd41ef (diff)
downloadmaster-187ad058-c5548f922eec11cd9d1cd323092bc5a44f366268.tar.gz
master-187ad058-c5548f922eec11cd9d1cd323092bc5a44f366268.tar.bz2
master-187ad058-c5548f922eec11cd9d1cd323092bc5a44f366268.zip
add a config option to select the binary stripping method to use (between none, strip & sstrip)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16728 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 5b5ad37a1b..3ff0801369 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"