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 71ab6ea0..d7539fd5 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -421,12 +421,15 @@ ifeq (ppc,$(TARGET_LJARCH))
421 ifneq (,$(findstring LJ_ARCH_ROUND 1,$(TARGET_TESTARCH))) 421 ifneq (,$(findstring LJ_ARCH_ROUND 1,$(TARGET_TESTARCH)))
422 DASM_AFLAGS+= -D ROUND 422 DASM_AFLAGS+= -D ROUND
423 endif 423 endif
424 ifneq (,$(findstring LJ_ARCH_PPC64 1,$(TARGET_TESTARCH))) 424 ifneq (,$(findstring LJ_ARCH_PPC32ON64 1,$(TARGET_TESTARCH)))
425 DASM_AFLAGS+= -D GPR64 425 DASM_AFLAGS+= -D GPR64
426 endif 426 endif
427 ifeq (PS3,$(TARGET_SYS)) 427 ifeq (PS3,$(TARGET_SYS))
428 DASM_AFLAGS+= -D PPE -D TOC 428 DASM_AFLAGS+= -D PPE -D TOC
429 endif 429 endif
430 ifneq (,$(findstring LJ_ARCH_PPC64 ,$(TARGET_TESTARCH)))
431 DASM_ARCH= ppc64
432 endif
430endif 433endif
431endif 434endif
432endif 435endif