diff options
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 |
