From 42e60945989da41b18e9fc2b6270cbb441dd9cd4 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 20 Jun 2011 10:20:10 -0700 Subject: uclibc/x86_64/uClibc.machine: Enable ARCH_USE_MMU (From OE-Core rev: 40de9be89b24258e6b93e33f87a2cbc6e2861ba1) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-core/uclibc/uclibc-git/x86_64/uClibc.machine | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meta/recipes-core/uclibc') 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 ac50da0608..94c008d2cf 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="" HAVE_DOT_CONFIG=y -- cgit v1.2.3-54-g00ecf