glibc: needs MMU
authorYann E. MORIN <yann.morin.1998@free.fr>
Mon, 3 Mar 2014 18:31:27 +0000 (19:31 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 3 Mar 2014 20:26:56 +0000 (21:26 +0100)
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>
toolchain/toolchain-buildroot/Config.in

index eb5ee4644a97278ac59c094114c34ec370b9dd4d..07db50bfcbcf883b67c3b19aaff66329cf64b708 100644 (file)
@@ -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