diff options
Diffstat (limited to 'meta-oe/recipes-devtools/php/php_5.5.26.bb')
-rw-r--r-- | meta-oe/recipes-devtools/php/php_5.5.26.bb | 9 |
1 files changed, 9 insertions, 0 deletions
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 1935ca140..8b64b2bd4 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" | ||