aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 7cb4c14a..f56465d1 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -242,6 +242,9 @@ ifneq (,$(findstring LJ_TARGET_ARM ,$(TARGET_TESTARCH)))
242 TARGET_LJARCH= arm 242 TARGET_LJARCH= arm
243else 243else
244ifneq (,$(findstring LJ_TARGET_ARM64 ,$(TARGET_TESTARCH))) 244ifneq (,$(findstring LJ_TARGET_ARM64 ,$(TARGET_TESTARCH)))
245 ifneq (,$(findstring __AARCH64EB__ ,$(TARGET_TESTARCH)))
246 TARGET_ARCH= -D__AARCH64EB__=1
247 endif
245 TARGET_LJARCH= arm64 248 TARGET_LJARCH= arm64
246else 249else
247ifneq (,$(findstring LJ_TARGET_PPC ,$(TARGET_TESTARCH))) 250ifneq (,$(findstring LJ_TARGET_PPC ,$(TARGET_TESTARCH)))