From: Thomas Petazzoni Date: Thu, 31 Mar 2016 19:00:09 +0000 (+0200) Subject: toolchain-buildroot: update glibc comment for noMMU X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c6724b4f4733216aec251ab7744ad5277c4ff7cf;p=buildroot.git toolchain-buildroot: update glibc comment for noMMU glibc is not available for noMMU platforms, so it doesn't make sense to show the comment about glibc requiring dynamic libraries on noMMU platforms. Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- diff --git a/toolchain/toolchain-buildroot/Config.in b/toolchain/toolchain-buildroot/Config.in index cb4fc181dc..ea290eb97a 100644 --- a/toolchain/toolchain-buildroot/Config.in +++ b/toolchain/toolchain-buildroot/Config.in @@ -83,6 +83,7 @@ config BR2_TOOLCHAIN_BUILDROOT_GLIBC http://www.gnu.org/software/libc/ comment "(e)glibc only available with shared lib support" + depends on BR2_USE_MMU depends on BR2_STATIC_LIBS config BR2_TOOLCHAIN_BUILDROOT_MUSL