mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-08 23:44:08 +00:00
Update Makefile
Added condition for s390 in Makefile
This commit is contained in:
parent
8d336e1299
commit
096a33d925
@ -238,6 +238,9 @@ else
|
|||||||
ifneq (,$(findstring LJ_TARGET_ARM ,$(TARGET_TESTARCH)))
|
ifneq (,$(findstring LJ_TARGET_ARM ,$(TARGET_TESTARCH)))
|
||||||
TARGET_LJARCH= arm
|
TARGET_LJARCH= arm
|
||||||
else
|
else
|
||||||
|
ifneq (,$(findstring LJ_TARGET_S390 ,$(TARGET_TESTARCH)))
|
||||||
|
TARGET_LJARCH= s390
|
||||||
|
else
|
||||||
ifneq (,$(findstring LJ_TARGET_ARM64 ,$(TARGET_TESTARCH)))
|
ifneq (,$(findstring LJ_TARGET_ARM64 ,$(TARGET_TESTARCH)))
|
||||||
TARGET_LJARCH= arm64
|
TARGET_LJARCH= arm64
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user