From cf053f4c0551e6d7e07b5517bc9f9aecc6d649e3 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sun, 30 Aug 2009 16:50:30 +0200 Subject: 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. diff --git a/config/toolchain.in b/config/toolchain.in index 14db552..9c457f2 100644 --- a/config/toolchain.in +++ b/config/toolchain.in @@ -31,7 +31,7 @@ config SYSROOT_DIR_PREFIX config SHARED_LIBS bool prompt "Build shared libraries" - depends on ! BARE_METAL + depends on KERNEL_SUPPORTS_SHARED_LIBS default y help Say 'y' here, unless you don't want shared libraries. -- cgit v0.10.2-6-g49f6