toolchain-buildroot: update glibc comment for noMMU
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 31 Mar 2016 19:00:09 +0000 (21:00 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 8 Apr 2016 10:09:28 +0000 (12:09 +0200)
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 <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
toolchain/toolchain-buildroot/Config.in

index cb4fc181dcf3d58167056469c3f8bb871d37ba90..ea290eb97a7b5ca4e107767209d6cc45d49d3b3b 100644 (file)
@@ -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