diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-05-22 12:02:12 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-23 15:53:28 +0100 |
commit | 4ea8b2fde48134dd58a9876c9ddc21b4b51e78f2 (patch) | |
tree | f0bdb225cabf12d58369be1514cd641ebf05341d /meta/recipes-core/uclibc/uclibc-git/sh4 | |
parent | ed6f039bca9bd8da640ba8c76a4751bc818a091b (diff) | |
download | poky-4ea8b2fde48134dd58a9876c9ddc21b4b51e78f2.tar.gz |
uclibc: Upgrade to 0.9.32-rc3
Bring in the uclibc recipes from meta-oe they have been well
tested by now.
Delete 0.9.30.1 recipes
(From OE-Core rev: ac60a936e737680c16b287a3dab6aa285d87c5c0)
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/uclibc-git/sh4')
-rw-r--r-- | meta/recipes-core/uclibc/uclibc-git/sh4/uClibc.machine | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/meta/recipes-core/uclibc/uclibc-git/sh4/uClibc.machine b/meta/recipes-core/uclibc/uclibc-git/sh4/uClibc.machine new file mode 100644 index 0000000000..65f1c4c3c1 --- /dev/null +++ b/meta/recipes-core/uclibc/uclibc-git/sh4/uClibc.machine | |||
@@ -0,0 +1,48 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # | ||
4 | # TARGET_alpha is not set | ||
5 | # TARGET_arm is not set | ||
6 | # TARGET_bfin is not set | ||
7 | # TARGET_cris is not set | ||
8 | # TARGET_e1 is not set | ||
9 | # TARGET_frv is not set | ||
10 | # TARGET_h8300 is not set | ||
11 | # TARGET_hppa is not set | ||
12 | # TARGET_i386 is not set | ||
13 | # TARGET_i960 is not set | ||
14 | # TARGET_m68k is not set | ||
15 | # TARGET_microblaze is not set | ||
16 | # TARGET_mips is not set | ||
17 | # TARGET_nios is not set | ||
18 | # TARGET_nios2 is not set | ||
19 | # TARGET_powerpc is not set | ||
20 | TARGET_sh=y | ||
21 | # TARGET_sh64 is not set | ||
22 | # TARGET_sparc is not set | ||
23 | # TARGET_v850 is not set | ||
24 | # TARGET_x86_64 is not set | ||
25 | |||
26 | # | ||
27 | # Target Architecture Features and Options | ||
28 | # | ||
29 | TARGET_ARCH="sh" | ||
30 | ARCH_SUPPORTS_BIG_ENDIAN=y | ||
31 | ARCH_SUPPORTS_LITTLE_ENDIAN=y | ||
32 | FORCE_OPTIONS_FOR_ARCH=y | ||
33 | # CONFIG_SH2A is not set | ||
34 | # CONFIG_SH2 is not set | ||
35 | # CONFIG_SH3 is not set | ||
36 | CONFIG_SH4=y | ||
37 | ARCH_LITTLE_ENDIAN=y | ||
38 | # ARCH_BIG_ENDIAN is not set | ||
39 | ARCH_WANTS_LITTLE_ENDIAN=y | ||
40 | # ARCH_WANTS_BIG_ENDIAN is not set | ||
41 | # ARCH_HAS_NO_MMU is not set | ||
42 | ARCH_HAS_MMU=y | ||
43 | UCLIBC_HAS_FLOATS=y | ||
44 | UCLIBC_HAS_FPU=y | ||
45 | DO_C99_MATH=y | ||
46 | # UCLIBC_HAS_FENV is not set | ||
47 | KERNEL_HEADERS="<path/to/kernel/headers>" | ||
48 | HAVE_DOT_CONFIG=y | ||