diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-01-29 23:05:43 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-01-29 23:05:43 +0000 |
commit | 8925e35808e07e51693324c2517a66b861f91c1d (patch) | |
tree | fdcbd4ccefe67c98457fd32e358abf2ef4b0ca1f | |
parent | 6a3ff81d11dcc114d419e1e276801d7badc24f3b (diff) |
[buildroot] allow using sstrip with musl
There was no particular reason for it to be disabled so allow it.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35405 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | Config.in | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -536,7 +536,6 @@ menu "Global build settings" depends !DEBUG depends !USE_GLIBC depends !USE_EGLIBC - depends !USE_MUSL help This will install binaries stripped using sstrip endchoice |