diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-11-15 22:02:14 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-11-18 23:14:27 +0100 |
commit | 504133a737161be421de0a85500b02012ddb0813 (patch) | |
tree | 39c9ddf30703dc302c2a122a11a5a8fa36722aa3 /meta-oe/recipes-support | |
parent | 3ad43f05453ac3464971338329c5ada9305512e9 (diff) | |
download | meta-openembedded-504133a737161be421de0a85500b02012ddb0813.tar.gz |
tbb: Disable thumb
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r-- | meta-oe/recipes-support/tbb/tbb_4.1.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/tbb/tbb_4.1.bb b/meta-oe/recipes-support/tbb/tbb_4.1.bb index 96137bc94..55212dc6c 100644 --- a/meta-oe/recipes-support/tbb/tbb_4.1.bb +++ b/meta-oe/recipes-support/tbb/tbb_4.1.bb | |||
@@ -30,3 +30,11 @@ do_install() { | |||
30 | install -m 0755 ${B}/build/linux_*_release/lib*.so* ${D}${libdir} | 30 | install -m 0755 ${B}/build/linux_*_release/lib*.so* ${D}${libdir} |
31 | install -m 0644 ${WORKDIR}/tbb.pc ${D}${libdir}/pkgconfig | 31 | install -m 0644 ${WORKDIR}/tbb.pc ${D}${libdir}/pkgconfig |
32 | } | 32 | } |
33 | |||
34 | # fails with thumb enabled: | ||
35 | # | 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 | ||
36 | # | {standard input}: Assembler messages: | ||
37 | # | {standard input}:250: Error: thumb conditional instruction should be in IT block -- `strexeq r2,r3,[r4]' | ||
38 | # ... | ||
39 | # | make[1]: *** [concurrent_queue.o] Error 1 | ||
40 | ARM_INSTRUCTION_SET = "arm" | ||