diff options
Diffstat (limited to 'meta-oe/recipes-devtools')
| -rw-r--r-- | meta-oe/recipes-devtools/breakpad/breakpad_svn.bb | 11 | ||||
| -rw-r--r-- | meta-oe/recipes-devtools/php/php_5.5.26.bb | 9 |
2 files changed, 20 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/breakpad/breakpad_svn.bb b/meta-oe/recipes-devtools/breakpad/breakpad_svn.bb index fcebccfc72..7ada3a3b2e 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" | ||
diff --git a/meta-oe/recipes-devtools/php/php_5.5.26.bb b/meta-oe/recipes-devtools/php/php_5.5.26.bb index 1935ca1401..8b64b2bd4b 100644 --- a/meta-oe/recipes-devtools/php/php_5.5.26.bb +++ b/meta-oe/recipes-devtools/php/php_5.5.26.bb | |||
| @@ -263,3 +263,12 @@ php_sstate_postinst() { | |||
| 263 | mv -f ${sysconfdir}/pear.tmp.conf ${sysconfdir}/pear.conf | 263 | mv -f ${sysconfdir}/pear.tmp.conf ${sysconfdir}/pear.conf |
| 264 | fi | 264 | fi |
| 265 | } | 265 | } |
| 266 | |||
| 267 | # Fails to build with thumb-1 (qemuarm) | ||
| 268 | # | {standard input}: Assembler messages: | ||
| 269 | # | {standard input}:3719: Error: selected processor does not support Thumb mode `smull r0,r2,r9,r3' | ||
| 270 | # | {standard input}:3720: Error: unshifted register required -- `sub r2,r2,r0,asr#31' | ||
| 271 | # | {standard input}:3796: Error: selected processor does not support Thumb mode `smull r0,r2,r3,r3' | ||
| 272 | # | {standard input}:3797: Error: unshifted register required -- `sub r2,r2,r0,asr#31' | ||
| 273 | # | make: *** [ext/standard/math.lo] Error 1 | ||
| 274 | ARM_INSTRUCTION_SET = "arm" | ||
