luajit: fix building for 64-bit targets 9222/head
authorEric Kinzie <ekinzie@labn.net>
Tue, 11 Jun 2019 17:52:17 +0000 (13:52 -0400)
committerEric Kinzie <ekinzie@labn.net>
Tue, 11 Jun 2019 21:24:19 +0000 (17:24 -0400)
commit5b0ef0e1b96ac25dd340ac65cb1b54c8f86924ac
tree8013e4ae228c61c62bac7aa315d26d32af853d2d
parent5d34dd284a48fbf75eaa7c66e91c446de48b069a
luajit: fix building for 64-bit targets

Host and target architectures need to have the same pointer size.
When building on x86_64, do not force 32-bit host binaries if the target
architecture is also 64-bit.

See http://luajit.org/install.html#cross

Add 64-bit arm (aarch64) to the list of architectures.

Signed-off-by: Eric Kinzie <ekinzie@labn.net>
lang/luajit/Makefile