diff options
| author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2013-08-09 16:23:41 -0300 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-08-10 10:43:21 +0200 |
| commit | eeaf658c980d43c6a531614545334ab98d14bbe0 (patch) | |
| tree | 1a55fc5e9449341c44d17da6c9ccb3569d2884ef /toolchain | |
| parent | c798bec25b0f70061dcdb154708e41b962e6b74f (diff) | |
eglibc: needs MMU
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'toolchain')
| -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 396a434ac..7a26441a0 100644 --- a/toolchain/toolchain-buildroot/Config.in +++ b/toolchain/toolchain-buildroot/Config.in @@ -22,6 +22,7 @@ config BR2_TOOLCHAIN_BUILDROOT_EGLIBC BR2_mips64 || BR2_mips64el || BR2_powerpc || \ BR2_sh || BR2_sh64 || BR2_sparc || \ BR2_x86_64 + depends on BR2_USE_MMU select BR2_TOOLCHAIN_USES_GLIBC # our eglibc.mk enables RPC support select BR2_TOOLCHAIN_HAS_NATIVE_RPC |
