config: make "Build shared libraries" depend on KERNEL_SUPPORTS_SHARED_LIBS
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Aug 30 16:50:30 2009 +0200 (2009-08-30)
changeset 15013bf289921a80
parent 1500 f1ee20bc057e
child 1502 472cfde636a1
config: make "Build shared libraries" depend on KERNEL_SUPPORTS_SHARED_LIBS

Now that all kernels that support shared libraries select the correct config
option, we can change the dependency rules of SHARED_LIBS accordingly.
config/toolchain.in
     1.1 --- a/config/toolchain.in	Sun Aug 30 16:47:51 2009 +0200
     1.2 +++ b/config/toolchain.in	Sun Aug 30 16:50:30 2009 +0200
     1.3 @@ -31,7 +31,7 @@
     1.4  config SHARED_LIBS
     1.5      bool
     1.6      prompt "Build shared libraries"
     1.7 -    depends on ! BARE_METAL
     1.8 +    depends on KERNEL_SUPPORTS_SHARED_LIBS
     1.9      default y
    1.10      help
    1.11        Say 'y' here, unless you don't want shared libraries.