diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-11-29 21:43:05 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-11-29 21:43:05 +0000 |
commit | a68f386663f09d3abb315fd8d01e5733547c3005 (patch) | |
tree | fce783512d2834ad861849c65f60c127b3bdae25 /Config.in | |
parent | c830644d9757b3266eac64d0c08b056b1b297889 (diff) | |
download | upstream-a68f386663f09d3abb315fd8d01e5733547c3005.tar.gz upstream-a68f386663f09d3abb315fd8d01e5733547c3005.tar.bz2 upstream-a68f386663f09d3abb315fd8d01e5733547c3005.zip |
disable sstrip when using musl
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34427
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -528,6 +528,7 @@ menu "Global build settings" depends !DEBUG depends !USE_GLIBC depends !USE_EGLIBC + depends !USE_MUSL help This will install binaries stripped using sstrip endchoice |