wolfssl: fix build on ARMV8
authorSergio Prado <sergio.prado@e-labworks.com>
Mon, 15 Jan 2018 14:48:10 +0000 (12:48 -0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 15 Jan 2018 20:24:35 +0000 (21:24 +0100)
commitd7210d1dfd1b521b30e2d24d36700a5d00088f2c
tree0f3f65dbe51242ea8a08d4064a24cc60f58c2896
parentd2db5a6c5bb19b58fea86fae790a8d06a731e733
wolfssl: fix build on ARMV8

Build on ARMV8 fails when hardware acceleration is enabled:

/tmp/ccmGP5RI.s: Assembler messages:
/tmp/ccmGP5RI.s:532: Error: invalid addressing mode at operand 2 -- `ld1 {v0.2d},[x0,256]'
/tmp/ccmGP5RI.s:568: Error: invalid addressing mode at operand 2 -- `st1 {v0.2d},[x0,256]'
/tmp/ccmGP5RI.s:581: Error: invalid addressing mode at operand 2 -- `ld1 {v0.2d},[x0,256]'
/tmp/ccmGP5RI.s:621: Error: invalid addressing mode at operand 2 -- `st1 {v0.2d},[x0,256]'

So let's disable ARMv8 hardware acceleration for now.

Fixes:
http://autobuild.buildroot.net/results/6080648394d09a0d382087831ee6f063c7638be9

Signed-off-by: Sergio Prado <sergio.prado@e-labworks.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/wolfssl/wolfssl.mk