# HG changeset patch # User "Yann E. MORIN" # Date 1251643499 -7200 # Node ID ff1f40a8f9c1de6a44d7d567e41f52feb3bdac85 # Parent c2d0b8c87386d4fa53a63f8624812471eae5a766 config: introduce the KERNEL_SUPPORTS_SHARED_LIBS silent config option The target OSes will be able to select this option if they support shared libraries, instead of having "Build shared libaries" depend on each OS. diff -r c2d0b8c87386 -r ff1f40a8f9c1 config/kernel.in --- a/config/kernel.in Sun Aug 30 19:34:08 2009 +0200 +++ b/config/kernel.in Sun Aug 30 16:44:59 2009 +0200 @@ -8,6 +8,13 @@ bool default n +# Each target OS (aka kernel) that support shared libraries can select +# this, so the user can decide whether or not to build a shared library +# enabled toolchain +config KERNEL_SUPPORTS_SHARED_LIBS + bool + default n + config KERNEL string