# HG changeset patch # User "Yann E. MORIN" # Date 1251643830 -7200 # Node ID 3bf289921a802e0dc8524e818bdb479f63329620 # Parent f1ee20bc057e04a25ec4e99e3fe117cce2419e56 config: make "Build shared libraries" depend on KERNEL_SUPPORTS_SHARED_LIBS Now that all kernels that support shared libraries select the correct config option, we can change the dependency rules of SHARED_LIBS accordingly. diff -r f1ee20bc057e -r 3bf289921a80 config/toolchain.in --- a/config/toolchain.in Sun Aug 30 16:47:51 2009 +0200 +++ b/config/toolchain.in Sun Aug 30 16:50:30 2009 +0200 @@ -31,7 +31,7 @@ config SHARED_LIBS bool prompt "Build shared libraries" - depends on ! BARE_METAL + depends on KERNEL_SUPPORTS_SHARED_LIBS default y help Say 'y' here, unless you don't want shared libraries.