diff options
author | Mike Pall <mike> | 2020-01-20 22:15:45 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2020-01-20 22:15:45 +0100 |
commit | 94d0b53004a5fa368defa4307a17edcdb87fe727 (patch) | |
tree | 2468fb7d60f39ccadcd696d333c83ef49f3dfc02 /src/Makefile | |
parent | dfa692b746c9de067857d5fc992a41730be3d99a (diff) | |
download | luajit-94d0b53004a5fa368defa4307a17edcdb87fe727.tar.gz luajit-94d0b53004a5fa368defa4307a17edcdb87fe727.tar.bz2 luajit-94d0b53004a5fa368defa4307a17edcdb87fe727.zip |
MIPS: Add MIPS64 R6 port.
Contributed by Hua Zhang, YunQiang Su from Wave Computing,
and Radovan Birdic from RT-RK.
Sponsored by Wave Computing.
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index ad80642b..386f279f 100644 --- a/src/Makefile +++ b/src/Makefile | |||
@@ -445,6 +445,9 @@ ifeq (arm,$(TARGET_LJARCH)) | |||
445 | DASM_AFLAGS+= -D IOS | 445 | DASM_AFLAGS+= -D IOS |
446 | endif | 446 | endif |
447 | else | 447 | else |
448 | ifneq (,$(findstring LJ_TARGET_MIPSR6 ,$(TARGET_TESTARCH))) | ||
449 | DASM_AFLAGS+= -D MIPSR6 | ||
450 | endif | ||
448 | ifeq (ppc,$(TARGET_LJARCH)) | 451 | ifeq (ppc,$(TARGET_LJARCH)) |
449 | ifneq (,$(findstring LJ_ARCH_SQRT 1,$(TARGET_TESTARCH))) | 452 | ifneq (,$(findstring LJ_ARCH_SQRT 1,$(TARGET_TESTARCH))) |
450 | DASM_AFLAGS+= -D SQRT | 453 | DASM_AFLAGS+= -D SQRT |