mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-08 15:34:09 +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)))
|
||||
TARGET_LJARCH= arm
|
||||
else
|
||||
ifneq (,$(findstring LJ_TARGET_S390 ,$(TARGET_TESTARCH)))
|
||||
TARGET_LJARCH= s390
|
||||
else
|
||||
ifneq (,$(findstring LJ_TARGET_ARM64 ,$(TARGET_TESTARCH)))
|
||||
TARGET_LJARCH= arm64
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user