From 616642f09448ecbb506dd061f61126dbde7e2f75 Mon Sep 17 00:00:00 2001 From: Aristov Maxim Date: Sat, 20 Oct 2012 06:57:07 +0400 Subject: uClibc: Resolve conflicting options when building for mips32 (From OE-Core rev: c096d57d7c55f97897956c192c9ccef2c9cbbe44) Signed-off-by: Aristov Maxim Signed-off-by: Richard Purdie --- meta/recipes-core/uclibc/uclibc-git/mips/uClibc.machine | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 meta/recipes-core/uclibc/uclibc-git/mips/uClibc.machine (limited to 'meta/recipes-core/uclibc/uclibc-git') diff --git a/meta/recipes-core/uclibc/uclibc-git/mips/uClibc.machine b/meta/recipes-core/uclibc/uclibc-git/mips/uClibc.machine deleted file mode 100644 index 7d7ab3f418..0000000000 --- a/meta/recipes-core/uclibc/uclibc-git/mips/uClibc.machine +++ /dev/null @@ -1,16 +0,0 @@ -# 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-54-g00ecf