summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.in b/Config.in
index 45921398dc..f5b6c7346b 100644
--- a/Config.in
+++ b/Config.in
@@ -527,7 +527,7 @@ comment "enabling Stack Smashing Protection requires support in the toolchain"
choice
bool "libraries"
- default BR2_SHARED_STATIC_LIBS if BR2_BINFMT_SUPPORTS_SHARED
+ default BR2_SHARED_LIBS if BR2_BINFMT_SUPPORTS_SHARED
default BR2_STATIC_LIBS if !BR2_BINFMT_SUPPORTS_SHARED
help
Select the type of libraries you want to use on the target.
OpenPOWER on IntegriCloud