summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/php/php_8.2.6.bb9
1 files changed, 0 insertions, 9 deletions
diff --git a/meta-oe/recipes-devtools/php/php_8.2.6.bb b/meta-oe/recipes-devtools/php/php_8.2.6.bb
index dad9554523..404ff393b2 100644
--- a/meta-oe/recipes-devtools/php/php_8.2.6.bb
+++ b/meta-oe/recipes-devtools/php/php_8.2.6.bb
@@ -284,12 +284,3 @@ do_install:append:class-native() {
284 create_wrapper ${D}${bindir}/php \ 284 create_wrapper ${D}${bindir}/php \
285 PHP_PEAR_SYSCONF_DIR=${sysconfdir}/ 285 PHP_PEAR_SYSCONF_DIR=${sysconfdir}/
286} 286}
287
288# Fails to build with thumb-1 (qemuarm)
289# | {standard input}: Assembler messages:
290# | {standard input}:3719: Error: selected processor does not support Thumb mode `smull r0,r2,r9,r3'
291# | {standard input}:3720: Error: unshifted register required -- `sub r2,r2,r0,asr#31'
292# | {standard input}:3796: Error: selected processor does not support Thumb mode `smull r0,r2,r3,r3'
293# | {standard input}:3797: Error: unshifted register required -- `sub r2,r2,r0,asr#31'
294# | make: *** [ext/standard/math.lo] Error 1
295ARM_INSTRUCTION_SET = "arm"