[oe-commits] Khem Raj : uclibc/x86_64/uClibc.machine: Enable ARCH_USE_MMU

git version control git at git.openembedded.org
Wed Jun 22 15:40:20 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 40de9be89b24258e6b93e33f87a2cbc6e2861ba1
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=40de9be89b24258e6b93e33f87a2cbc6e2861ba1

Author: Khem Raj <raj.khem at gmail.com>
Date:   Mon Jun 20 10:20:10 2011 -0700

uclibc/x86_64/uClibc.machine: Enable ARCH_USE_MMU

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 .../uclibc/uclibc-git/x86_64/uClibc.machine        |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-core/uclibc/uclibc-git/x86_64/uClibc.machine b/meta/recipes-core/uclibc/uclibc-git/x86_64/uClibc.machine
index ac50da0..94c008d 100644
--- a/meta/recipes-core/uclibc/uclibc-git/x86_64/uClibc.machine
+++ b/meta/recipes-core/uclibc/uclibc-git/x86_64/uClibc.machine
@@ -32,11 +32,10 @@ ARCH_SUPPORTS_LITTLE_ENDIAN=y
 FORCE_OPTIONS_FOR_ARCH=y
 ARCH_LITTLE_ENDIAN=y
 # ARCH_BIG_ENDIAN is not set
-# ARCH_HAS_NO_MMU is not set
 ARCH_HAS_MMU=y
+ARCH_USE_MMU=y
 UCLIBC_HAS_FLOATS=y
 UCLIBC_HAS_FPU=y
 DO_C99_MATH=y
-# UCLIBC_HAS_FENV is not set
 KERNEL_HEADERS="<path/to/kernel/headers>"
 HAVE_DOT_CONFIG=y





More information about the Openembedded-commits mailing list