mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
tbb: Disable thumb
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
4475420663
commit
f3dd547aff
|
|
@ -30,3 +30,11 @@ do_install() {
|
|||
install -m 0755 ${B}/build/linux_*_release/lib*.so* ${D}${libdir}
|
||||
install -m 0644 ${WORKDIR}/tbb.pc ${D}${libdir}/pkgconfig
|
||||
}
|
||||
|
||||
# fails with thumb enabled:
|
||||
# | arm-oe-linux-gnueabi-g++ -march=armv7-a -mthumb -mthumb-interwork -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a9 -mcpu=cortex-a9 -D__ARM__ -D__LINUX_ARM_ARCH__=7 -funwind-tables -mvectorize-with-neon-quad -rdynamic --sysroot=/OE/sysroots/m14tv -c -MMD -DTBB_USE_DEBUG -g -O0 -DUSE_PTHREAD -fPIC -D__TBB_BUILD=1 -Wall -Wno-parentheses -Wno-non-virtual-dtor -O2 -pipe -g -feliminate-unused-debug-types -fpermissive -fvisibility-inlines-hidden -I../../src -I../../src/rml/include -I../../include ../../src/tbb/concurrent_queue.cpp
|
||||
# | {standard input}: Assembler messages:
|
||||
# | {standard input}:250: Error: thumb conditional instruction should be in IT block -- `strexeq r2,r3,[r4]'
|
||||
# ...
|
||||
# | make[1]: *** [concurrent_queue.o] Error 1
|
||||
ARM_INSTRUCTION_SET = "arm"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user