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.
This commit is contained in:
Yann E. MORIN" 2009-08-30 16:44:59 +02:00
parent 94dbc02a8b
commit 8d7dcccad5

View File

@ -8,6 +8,13 @@ config BARE_METAL
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