diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-08-30 16:54:30 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-08-30 16:54:30 +0200 |
commit | 4fa6f04c32fff2b1b4c42444875d21cda1e59a40 (patch) | |
tree | 9963a2a1c30e7379109872bb738a5b51d6033a11 /config/toolchain.in | |
parent | cf053f4c0551e6d7e07b5517bc9f9aecc6d649e3 (diff) | |
download | crosstool-ng-4fa6f04c32fff2b1b4c42444875d21cda1e59a40.tar.gz crosstool-ng-4fa6f04c32fff2b1b4c42444875d21cda1e59a40.tar.bz2 crosstool-ng-4fa6f04c32fff2b1b4c42444875d21cda1e59a40.zip |
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.
Diffstat (limited to 'config/toolchain.in')
-rw-r--r-- | config/toolchain.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/config/toolchain.in b/config/toolchain.in index 9c457f27..9372dc43 100644 --- a/config/toolchain.in +++ b/config/toolchain.in @@ -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 |