config/toolchain.in
changeset 1508 7eeeaf4bc78a
parent 1501 3bf289921a80
child 1514 461d964d7df2
     1.1 --- a/config/toolchain.in	Sun Aug 30 16:50:30 2009 +0200
     1.2 +++ b/config/toolchain.in	Mon Aug 31 12:51:53 2009 +0200
     1.3 @@ -28,17 +28,6 @@
     1.4        In fact, the sysroot path is constructed as:
     1.5          ${CT_PREFIX_DIR}/${CT_TARGET}/${CT_SYSROOT_DIR_PREFIX}/sys-root
     1.6  
     1.7 -config SHARED_LIBS
     1.8 -    bool
     1.9 -    prompt "Build shared libraries"
    1.10 -    depends on KERNEL_SUPPORTS_SHARED_LIBS
    1.11 -    default y
    1.12 -    help
    1.13 -      Say 'y' here, unless you don't want shared libraries.
    1.14 -      
    1.15 -      You might not want shared libraries if you're building for a target that
    1.16 -      don't support it (maybe some nommu targets, for example, or bare metal).
    1.17 -
    1.18  comment "Tuple completion and aliasing"
    1.19  
    1.20  config TARGET_VENDOR