php7: add a patch to fix build on aarch64
authorMichael Heimpold <mhei@heimpold.de>
Wed, 11 Jan 2017 21:08:54 +0000 (22:08 +0100)
committerMichael Heimpold <mhei@heimpold.de>
Wed, 11 Jan 2017 21:24:26 +0000 (22:24 +0100)
commit1a8c52015ce03c3dd286883627b3daabc325e57c
treea65e1feecc30d7c751917a53de994f51901182f0
parentd6f5933bfa1fe1d8bdf4c1e1319d53cdb3008ad1
php7: add a patch to fix build on aarch64

This fixes the following build error, spotted by the LEDE buildbots:

{standard input}: Assembler messages:
{standard input}:557: Error: operand 3 should be an integer register -- `mul x0,x0,1048576'
{standard input}:558: Error: operand 3 should be an integer register -- `smulh x1,x0,1048576'
Makefile:1466: recipe for target 'ext/opcache/zend_accelerator_module.lo' failed

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
lang/php7/patches/1005-fix-asm-constraints-in-aarch64-multiply-macro.patch [new file with mode: 0644]