summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/uclibc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-06-20 10:20:10 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-22 16:57:34 +0100
commit42e60945989da41b18e9fc2b6270cbb441dd9cd4 (patch)
tree80e5bbd60c7bf62f4f3a073659f4628c2918f751 /meta/recipes-core/uclibc
parentbde206b44762f62fac120d07fe747fa4721631fb (diff)
downloadpoky-42e60945989da41b18e9fc2b6270cbb441dd9cd4.tar.gz
uclibc/x86_64/uClibc.machine: Enable ARCH_USE_MMU
(From OE-Core rev: 40de9be89b24258e6b93e33f87a2cbc6e2861ba1) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/uclibc')
-rw-r--r--meta/recipes-core/uclibc/uclibc-git/x86_64/uClibc.machine3
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 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
32FORCE_OPTIONS_FOR_ARCH=y 32FORCE_OPTIONS_FOR_ARCH=y
33ARCH_LITTLE_ENDIAN=y 33ARCH_LITTLE_ENDIAN=y
34# ARCH_BIG_ENDIAN is not set 34# ARCH_BIG_ENDIAN is not set
35# ARCH_HAS_NO_MMU is not set
36ARCH_HAS_MMU=y 35ARCH_HAS_MMU=y
36ARCH_USE_MMU=y
37UCLIBC_HAS_FLOATS=y 37UCLIBC_HAS_FLOATS=y
38UCLIBC_HAS_FPU=y 38UCLIBC_HAS_FPU=y
39DO_C99_MATH=y 39DO_C99_MATH=y
40# UCLIBC_HAS_FENV is not set
41KERNEL_HEADERS="<path/to/kernel/headers>" 40KERNEL_HEADERS="<path/to/kernel/headers>"
42HAVE_DOT_CONFIG=y 41HAVE_DOT_CONFIG=y