diff options
| author | Yann E. MORIN <yann.morin.1998@free.fr> | 2014-03-03 19:31:27 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-03-03 21:26:56 +0100 |
| commit | 71516ab9e86e5fde0060bf7b84ead24665763283 (patch) | |
| tree | a9dcf0df6e92b4945b8614eaaa9a042e54d409c5 | |
| parent | 878c04b8ccc399c0d9c09767eda9b129e3b59a53 (diff) | |
| download | buildroot-71516ab9e86e5fde0060bf7b84ead24665763283.tar.gz buildroot-71516ab9e86e5fde0060bf7b84ead24665763283.zip | |
glibc: needs MMU
Like eglibc, glibc is only available to MMU-based architectures.
Re-order select/depends to be in-line with eglibc, just above.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Gustavo Zacarias <gustavo@zacarias.com.ar>
Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| -rw-r--r-- | toolchain/toolchain-buildroot/Config.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/toolchain/toolchain-buildroot/Config.in b/toolchain/toolchain-buildroot/Config.in index eb5ee4644a..07db50bfcb 100644 --- a/toolchain/toolchain-buildroot/Config.in +++ b/toolchain/toolchain-buildroot/Config.in @@ -46,8 +46,9 @@ config BR2_TOOLCHAIN_BUILDROOT_GLIBC BR2_mips64 || BR2_mips64el || BR2_powerpc || \ BR2_sh || BR2_sh64 || BR2_sparc || \ BR2_x86_64 || BR2_microblaze - select BR2_TOOLCHAIN_USES_GLIBC + depends on BR2_USE_MMU depends on !BR2_PREFER_STATIC_LIB + select BR2_TOOLCHAIN_USES_GLIBC # our glibc.mk enables RPC support select BR2_TOOLCHAIN_HAS_NATIVE_RPC help |

