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 -- 1.7.4.1 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
