mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-18 18:56:31 +00:00
config: move the "build shared libraries" option to the OS menu
The "Build shared libraries" config option is dependant on the type of "Target OS". Moving this options to the "Target OS" sub-menu is also better in the user perspective: he/she no longer needs to go back and forth to see if he/she missed any option.
This commit is contained in:
parent
cf053f4c05
commit
4fa6f04c32
@ -23,4 +23,17 @@ config KERNEL_VERSION
|
||||
|
||||
source config.gen/kernel.in
|
||||
|
||||
comment "Common kernel options"
|
||||
|
||||
config SHARED_LIBS
|
||||
bool
|
||||
prompt "Build shared libraries"
|
||||
depends on KERNEL_SUPPORTS_SHARED_LIBS
|
||||
default y
|
||||
help
|
||||
Say 'y' here, unless you don't want shared libraries.
|
||||
|
||||
You might not want shared libraries if you're building for a target that
|
||||
don't support it (maybe some nommu targets, for example, or bare metal).
|
||||
|
||||
endmenu
|
||||
|
@ -28,17 +28,6 @@ config SYSROOT_DIR_PREFIX
|
||||
In fact, the sysroot path is constructed as:
|
||||
${CT_PREFIX_DIR}/${CT_TARGET}/${CT_SYSROOT_DIR_PREFIX}/sys-root
|
||||
|
||||
config SHARED_LIBS
|
||||
bool
|
||||
prompt "Build shared libraries"
|
||||
depends on KERNEL_SUPPORTS_SHARED_LIBS
|
||||
default y
|
||||
help
|
||||
Say 'y' here, unless you don't want shared libraries.
|
||||
|
||||
You might not want shared libraries if you're building for a target that
|
||||
don't support it (maybe some nommu targets, for example, or bare metal).
|
||||
|
||||
comment "Tuple completion and aliasing"
|
||||
|
||||
config TARGET_VENDOR
|
||||
|
Loading…
Reference in New Issue
Block a user