libs/lzo: Reenable unaligned access on ARM, PPC, ...
authorStefan Oberhumer <stefan@obssys.com>
Wed, 31 May 2017 05:37:03 +0000 (07:37 +0200)
committerFelix Fietkau <nbd@nbd.name>
Tue, 24 Oct 2017 11:24:04 +0000 (13:24 +0200)
commit06e41056aab12f5fb6c35789d0bde71bcf1dc90e
tree1f4244cd2b3780395fb12c520175e3220cb376ea
parentf28b3bb56af4cb870f5b9b8a6e5bd0b3021de837
libs/lzo: Reenable unaligned access on ARM, PPC, ...

Due a compiler bug on ARM targets
 ( https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64516 )
unaligned access was disabled on all targets other than i386 and
x86_64 with commit 061319ec3dfe9b6d14af1286a1d9979db56048d7 .

A fix has been added to lzo-2.09 so it is not necessary to disable
unaligned access within the Makefile anymore.

Signed-off-by: Stefan Oberhumer <stefan@obssys.com>
package/libs/lzo/Makefile