diff options
-rw-r--r-- | toolchain/toolchain-external/Config.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/toolchain/toolchain-external/Config.in b/toolchain/toolchain-external/Config.in index efc8378c0..a340de661 100644 --- a/toolchain/toolchain-external/Config.in +++ b/toolchain/toolchain-external/Config.in @@ -14,9 +14,9 @@ config BR2_TOOLCHAIN_EXTERNAL_GLIBC endchoice config BR2_TOOLCHAIN_EXTERNAL_STRIP - bool - default y - prompt "Strip shared libraries" + bool + default y + prompt "Strip shared libraries" help Strip shared libraries copied from the external toolchain. endif |