diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-11-29 21:43:05 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-11-29 21:43:05 +0000 |
commit | ccbddd608389f38fc9cdd2398babdf04da54126c (patch) | |
tree | 51130ac4d67dda63cce11930577a7f1054191fc3 | |
parent | 85f58a96b83a6506419fb67b2be9482c1cb1912f (diff) |
[buildroot] disable sstrip when using musl
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34427 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |