config: introduce the KERNEL_SUPPORTS_SHARED_LIBS silent config option
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Aug 30 16:44:59 2009 +0200 (2009-08-30)
changeset 1499ff1f40a8f9c1
parent 1498 c2d0b8c87386
child 1500 f1ee20bc057e
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.
config/kernel.in
     1.1 --- a/config/kernel.in	Sun Aug 30 19:34:08 2009 +0200
     1.2 +++ b/config/kernel.in	Sun Aug 30 16:44:59 2009 +0200
     1.3 @@ -8,6 +8,13 @@
     1.4      bool
     1.5      default n
     1.6  
     1.7 +# Each target OS (aka kernel) that support shared libraries can select
     1.8 +# this, so the user can decide whether or not to build a shared library
     1.9 +# enabled toolchain
    1.10 +config KERNEL_SUPPORTS_SHARED_LIBS
    1.11 +    bool
    1.12 +    default n
    1.13 +
    1.14  config KERNEL
    1.15      string
    1.16