From patchwork Fri May 27 05:48:59 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [0/3] Fix uclibc build in thumb mode Date: Fri, 27 May 2011 05:48:59 -0000 From: Khem Raj X-Patchwork-Id: 4867 Message-Id: To: OE core Cc: Khem Raj slugos uses uclibc in thumb mode. These patches fix the build of uclibc in thumb mode and additionally fixes shared-mime-info which failed to build with -j4 The following changes since commit 31b3d1f9aa6fa1640874f7da9cce37f4aa13eab1: uclibc_git.bb: Fix compilation on arm when using thumb instruction set (2011-05-26 22:44:50 -0700) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib kraj/uclibc-thumb http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/uclibc-thumb Khem Raj (3): uclibc_git.bb: Fix compilation on arm when using thumb instruction set uclibc.inc: Set COMPILE_IN_THUMB_MODE in .config if ARM_INSTRUCTION_SET != arm shared-mime-info_0.90.bb: Fix more parallel build issues .../uclibc-git/append_UCLIBC_EXTRA_CFLAGS.patch | 33 ++++++++++++++++++++ .../uclibc-git/compile-arm-fork-with-O2.patch | 21 ++++++++++++ meta/recipes-core/uclibc/uclibc.inc | 1 + meta/recipes-core/uclibc/uclibc_git.bb | 4 ++- .../files/fix-parallel-build-backport.patch | 26 +++++++++++++++ .../shared-mime-info/shared-mime-info_0.90.bb | 5 ++- 6 files changed, 87 insertions(+), 3 deletions(-) create mode 100644 meta/recipes-core/uclibc/uclibc-git/append_UCLIBC_EXTRA_CFLAGS.patch create mode 100644 meta/recipes-core/uclibc/uclibc-git/compile-arm-fork-with-O2.patch create mode 100644 meta/recipes-support/shared-mime-info/files/fix-parallel-build-backport.patch