[oe-commits] [openembedded-core] 31/83: uclibc: don't compile in mips16e mode

git at git.openembedded.org git at git.openembedded.org
Fri Jul 1 15:31:59 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 5a32f23210ecb90ca97e4e861146208c88762209
Author: André Draszik <adraszik at tycoint.com>
AuthorDate: Fri Jun 24 11:58:28 2016 +0100

    uclibc: don't compile in mips16e mode
    
    uClibc contains hand-written assembly which is not compatible with
    the MIPS16e mode.
    
    Signed-off-by: André Draszik <adraszik at tycoint.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-core/uclibc/uclibc.inc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta/recipes-core/uclibc/uclibc.inc b/meta/recipes-core/uclibc/uclibc.inc
index 71d4bdd..cb785dd 100644
--- a/meta/recipes-core/uclibc/uclibc.inc
+++ b/meta/recipes-core/uclibc/uclibc.inc
@@ -65,6 +65,10 @@ export V="2"
 CFLAGS_remove_arm = "-fno-omit-frame-pointer"
 UCLIBC_EXTRA_CFLAGS  = "${@oe_filter_out('(-I\S+|-i\S+)', '${CFLAGS}', d)}"
 
+# Doesn't compile in MIPS16e mode due to use of hand-written
+# assembly
+MIPS_INSTRUCTION_SET_pn-uclibc = "mips"
+
 configmangle = '/^KERNEL_HEADERS/d; \
                 /^RUNTIME_PREFIX/d; \
                 /^DEVEL_PREFIX/d; \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list