mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
uclibc: don't compile in mips16e mode
uClibc contains hand-written assembly which is not compatible with the MIPS16e mode. (From OE-Core rev: 5a32f23210ecb90ca97e4e861146208c88762209) Signed-off-by: André Draszik <adraszik@tycoint.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
2c80ebf8df
commit
90bb7c1a96
@@ -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; \
|
||||
|
||||
Reference in New Issue
Block a user