aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile3
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
447else 447else
448ifneq (,$(findstring LJ_TARGET_MIPSR6 ,$(TARGET_TESTARCH)))
449 DASM_AFLAGS+= -D MIPSR6
450endif
448ifeq (ppc,$(TARGET_LJARCH)) 451ifeq (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