From 5d2c0b051072b3cee510dcad8d20fb26d3843f62 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 2 Feb 2012 00:17:30 -0800 Subject: uclibc: Upgrade recipes from 0.9.32 -> 0.9.33 Prefer 0.9.33 by default Delete recipes for 0.9.32 Signed-off-by: Khem Raj --- .../uclibc/uclibc-0.9.33/mips/uClibc.machine | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta/recipes-core/uclibc/uclibc-0.9.33/mips/uClibc.machine (limited to 'meta/recipes-core/uclibc/uclibc-0.9.33/mips') diff --git a/meta/recipes-core/uclibc/uclibc-0.9.33/mips/uClibc.machine b/meta/recipes-core/uclibc/uclibc-0.9.33/mips/uClibc.machine new file mode 100644 index 000000000..7d7ab3f41 --- /dev/null +++ b/meta/recipes-core/uclibc/uclibc-0.9.33/mips/uClibc.machine @@ -0,0 +1,16 @@ +# in OE we use TARGET_CC_ARCH="-march=mips32" but by +# default uclibc uses mips1 ISA for o32 ABI which ends +# up with conflicting march options to gcc. Here we +# ask for MIPS32 ISA to match the OE defaults + +CONFIG_MIPS_ISA_MIPS32=y + +# Below options are exact copy of general +# uClibc.machine file +# +FORCE_OPTIONS_FOR_ARCH=y +ARCH_HAS_MMU=y +ARCH_USE_MMU=y +KERNEL_HEADERS="/usr/include" +HAVE_DOT_CONFIG=y + -- cgit v1.2.3