diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-03-31 21:00:09 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-04-08 12:09:28 +0200 |
commit | c6724b4f4733216aec251ab7744ad5277c4ff7cf (patch) | |
tree | 688bca03e8404634b0feba3237bb851d6cac3fda | |
parent | 97fd876f62c3106cbcafa79e5f05b0a8f14c3d9e (diff) | |
download | buildroot-c6724b4f4733216aec251ab7744ad5277c4ff7cf.tar.gz buildroot-c6724b4f4733216aec251ab7744ad5277c4ff7cf.zip |
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 <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | toolchain/toolchain-buildroot/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 |