diff options
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 3f25192b..16aeba19 100644 --- a/src/Makefile +++ b/src/Makefile | |||
| @@ -257,7 +257,11 @@ ifneq (,$(findstring LJ_TARGET_MIPS ,$(TARGET_TESTARCH))) | |||
| 257 | ifneq (,$(findstring MIPSEL ,$(TARGET_TESTARCH))) | 257 | ifneq (,$(findstring MIPSEL ,$(TARGET_TESTARCH))) |
| 258 | TARGET_ARCH= -D__MIPSEL__=1 | 258 | TARGET_ARCH= -D__MIPSEL__=1 |
| 259 | endif | 259 | endif |
| 260 | TARGET_LJARCH= mips | 260 | ifneq (,$(findstring LJ_TARGET_MIPS64 ,$(TARGET_TESTARCH))) |
| 261 | TARGET_LJARCH= mips64 | ||
| 262 | else | ||
| 263 | TARGET_LJARCH= mips | ||
| 264 | endif | ||
| 261 | else | 265 | else |
| 262 | $(error Unsupported target architecture) | 266 | $(error Unsupported target architecture) |
| 263 | endif | 267 | endif |
