[OE-core] [oe-core][PATCH] uclibc: Set ARCH_USE_MMU for armeb configs

Khem Raj raj.khem at gmail.com
Mon Jun 27 19:41:49 UTC 2011


After the last cleanup. armeb/uClibc.machine
gets picked up by default for ARM Big endian
so bring it uptodate.

Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../uclibc/uclibc-git/armeb/uClibc.machine         |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-core/uclibc/uclibc-git/armeb/uClibc.machine b/meta/recipes-core/uclibc/uclibc-git/armeb/uClibc.machine
index 7a6ad8b..b6932c6 100644
--- a/meta/recipes-core/uclibc/uclibc-git/armeb/uClibc.machine
+++ b/meta/recipes-core/uclibc/uclibc-git/armeb/uClibc.machine
@@ -45,8 +45,10 @@ CONFIG_GENERIC_ARM=y
 ARCH_BIG_ENDIAN=y
 # ARCH_HAS_NO_MMU is not set
 ARCH_HAS_MMU=y
+ARCH_USE_MMU=y
 UCLIBC_HAS_FLOATS=y
-UCLIBC_HAS_FPU=y
+# UCLIBC_HAS_FPU is not set
+UCLIBC_HAS_SOFT_FLOAT=y
 DO_C99_MATH=y
 # UCLIBC_HAS_FENV is not set
 KERNEL_HEADERS="<path/to/kernel/headers>" 
-- 
1.7.4.1





More information about the Openembedded-core mailing list