diff options
Diffstat (limited to 'meta-oe/recipes-devtools/breakpad')
-rw-r--r-- | meta-oe/recipes-devtools/breakpad/breakpad_svn.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/breakpad/breakpad_svn.bb b/meta-oe/recipes-devtools/breakpad/breakpad_svn.bb index fcebccfc7..7ada3a3b2 100644 --- a/meta-oe/recipes-devtools/breakpad/breakpad_svn.bb +++ b/meta-oe/recipes-devtools/breakpad/breakpad_svn.bb | |||
@@ -76,3 +76,14 @@ breakpad_populate_sysroot() { | |||
76 | sysroot_stage_dir ${D}/usr/lib ${SYSROOT_DESTDIR}/usr/lib | 76 | sysroot_stage_dir ${D}/usr/lib ${SYSROOT_DESTDIR}/usr/lib |
77 | } | 77 | } |
78 | 78 | ||
79 | # Fails to build with thumb-1 (qemuarm) | ||
80 | #| {standard input}: Assembler messages: | ||
81 | #| {standard input}:2178: Error: selected processor does not support Thumb mode `it ne' | ||
82 | #| {standard input}:2179: Error: Thumb does not support conditional execution | ||
83 | #| {standard input}:2180: Error: selected processor does not support Thumb mode `it eq' | ||
84 | #| {standard input}:2181: Error: Thumb does not support conditional execution | ||
85 | #| {standard input}:2183: Error: lo register required -- `str ip,[r1,#-4]!' | ||
86 | #| {standard input}:2184: Error: Thumb does not support this addressing mode -- `str r6,[r1,#-4]!' | ||
87 | #| {standard input}:2191: Error: lo register required -- `ldr pc,[sp]' | ||
88 | #| make: *** [src/client/linux/handler/exception_handler.o] Error 1 | ||
89 | ARM_INSTRUCTION_SET = "arm" | ||