mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-20 17:12:55 +00:00
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:
parent
94dbc02a8b
commit
8d7dcccad5
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user