diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-06-20 10:20:10 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-22 16:39:35 +0100 |
commit | 40de9be89b24258e6b93e33f87a2cbc6e2861ba1 (patch) | |
tree | 1fbe08bf7a475cc8f549e79def4b086f648a0d0c /meta/recipes-core | |
parent | 439e7b3a871c1da02830761e0aa901514e24da0e (diff) | |
download | openembedded-core-40de9be89b24258e6b93e33f87a2cbc6e2861ba1.tar.gz openembedded-core-40de9be89b24258e6b93e33f87a2cbc6e2861ba1.tar.bz2 openembedded-core-40de9be89b24258e6b93e33f87a2cbc6e2861ba1.zip |
uclibc/x86_64/uClibc.machine: Enable ARCH_USE_MMU
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/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 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="<path/to/kernel/headers>" HAVE_DOT_CONFIG=y |