diff options
author | Mike Pall <mike> | 2011-12-15 20:39:30 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2011-12-15 20:39:30 +0100 |
commit | b330b468b3f37bd0b11765524548dbdbb1dd1a95 (patch) | |
tree | 2e836bc9c7b5c688c5ecd2b883f3894580d85f29 /src/lib_jit.c | |
parent | b61be299c9fc00e8d2252fa3f12c6005686783d6 (diff) | |
download | luajit-b330b468b3f37bd0b11765524548dbdbb1dd1a95.tar.gz luajit-b330b468b3f37bd0b11765524548dbdbb1dd1a95.tar.bz2 luajit-b330b468b3f37bd0b11765524548dbdbb1dd1a95.zip |
MIPS: Add build rules (non-functional, yet).
Diffstat (limited to 'src/lib_jit.c')
-rw-r--r-- | src/lib_jit.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib_jit.c b/src/lib_jit.c index d4277add..8cb511ca 100644 --- a/src/lib_jit.c +++ b/src/lib_jit.c | |||
@@ -614,6 +614,8 @@ static uint32_t jit_cpudetect(lua_State *L) | |||
614 | #endif | 614 | #endif |
615 | #elif LJ_TARGET_PPC || LJ_TARGET_PPCSPE | 615 | #elif LJ_TARGET_PPC || LJ_TARGET_PPCSPE |
616 | /* Nothing to do. */ | 616 | /* Nothing to do. */ |
617 | #elif LJ_TARGET_MIPS | ||
618 | /* NYI */ | ||
617 | #else | 619 | #else |
618 | #error "Missing CPU detection for this architecture" | 620 | #error "Missing CPU detection for this architecture" |
619 | #endif | 621 | #endif |