aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 58dcdc01..c3aa2ca2 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -404,8 +404,11 @@ ifeq (ppc,$(TARGET_LJARCH))
404 ifneq (,$(findstring LJ_ARCH_ROUND 1,$(TARGET_TESTARCH))) 404 ifneq (,$(findstring LJ_ARCH_ROUND 1,$(TARGET_TESTARCH)))
405 DASM_AFLAGS+= -D ROUND 405 DASM_AFLAGS+= -D ROUND
406 endif 406 endif
407 ifneq (,$(findstring LJ_ARCH_PPC64 1,$(TARGET_TESTARCH)))
408 DASM_AFLAGS+= -D GPR64
409 endif
407 ifeq (PS3,$(TARGET_SYS)) 410 ifeq (PS3,$(TARGET_SYS))
408 DASM_AFLAGS+= -D PS3 411 DASM_AFLAGS+= -D PPE -D TOC
409 endif 412 endif
410endif 413endif
411endif 414endif