mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
libgcc/gcc-runtime: Disable thumb mode on armv6
Without this the build fails for armv6t targets due to invalid assembler instructions in thumb mode. [YOCTO #12929] (From OE-Core rev: 801141be68e5c754f2cd1d80d13982f037fc03e5) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -8,3 +8,5 @@ FILES_libgomp-dev += "\
|
||||
${libdir}/gcc/${TARGET_SYS}/${BINV}/include/openacc.h \
|
||||
"
|
||||
|
||||
# Building with thumb enabled on armv6t fails
|
||||
ARM_INSTRUCTION_SET_armv6 = "arm"
|
||||
|
||||
@@ -1,2 +1,5 @@
|
||||
require recipes-devtools/gcc/gcc-${PV}.inc
|
||||
require libgcc-initial.inc
|
||||
|
||||
# Building with thumb enabled on armv6t fails
|
||||
ARM_INSTRUCTION_SET_armv6 = "arm"
|
||||
|
||||
@@ -1,2 +1,5 @@
|
||||
require recipes-devtools/gcc/gcc-${PV}.inc
|
||||
require libgcc.inc
|
||||
|
||||
# Building with thumb enabled on armv6t fails
|
||||
ARM_INSTRUCTION_SET_armv6 = "arm"
|
||||
|
||||
Reference in New Issue
Block a user