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:57:34 +0100 |
| commit | 42e60945989da41b18e9fc2b6270cbb441dd9cd4 (patch) | |
| tree | 80e5bbd60c7bf62f4f3a073659f4628c2918f751 /meta | |
| parent | bde206b44762f62fac120d07fe747fa4721631fb (diff) | |
| download | poky-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')
| -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 | |||
| 32 | FORCE_OPTIONS_FOR_ARCH=y | 32 | FORCE_OPTIONS_FOR_ARCH=y |
| 33 | ARCH_LITTLE_ENDIAN=y | 33 | ARCH_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 | ||
| 36 | ARCH_HAS_MMU=y | 35 | ARCH_HAS_MMU=y |
| 36 | ARCH_USE_MMU=y | ||
| 37 | UCLIBC_HAS_FLOATS=y | 37 | UCLIBC_HAS_FLOATS=y |
| 38 | UCLIBC_HAS_FPU=y | 38 | UCLIBC_HAS_FPU=y |
| 39 | DO_C99_MATH=y | 39 | DO_C99_MATH=y |
| 40 | # UCLIBC_HAS_FENV is not set | ||
| 41 | KERNEL_HEADERS="<path/to/kernel/headers>" | 40 | KERNEL_HEADERS="<path/to/kernel/headers>" |
| 42 | HAVE_DOT_CONFIG=y | 41 | HAVE_DOT_CONFIG=y |
