summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-08-30 14:50:30 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-08-30 14:50:30 (GMT)
commitcf053f4c0551e6d7e07b5517bc9f9aecc6d649e3 (patch)
tree28871194cdf0f24e8add87e4155377a3758bc164
parent3e7ed9626282c37572c1e07b0b9956a771fb0b8c (diff)
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.
-rw-r--r--config/toolchain.in2
1 files changed, 1 insertions, 1 deletions
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.