diff options
author | Mike Pall <mike> | 2009-12-08 21:28:49 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2009-12-08 21:28:49 +0100 |
commit | 6163a90d6d09e53e8a22079e95af5ecc8b97e9cc (patch) | |
tree | 573a9ff73ea8222ff33171e73a1207a5f1f6a082 /src/buildvm.h | |
parent | 699232f6678c7dfaefad68ac80ff31bbc9661854 (diff) | |
download | luajit-6163a90d6d09e53e8a22079e95af5ecc8b97e9cc.tar.gz luajit-6163a90d6d09e53e8a22079e95af5ecc8b97e9cc.tar.bz2 luajit-6163a90d6d09e53e8a22079e95af5ecc8b97e9cc.zip |
Remove asm auto-detection due to cross-compilation issues.
Diffstat (limited to '')
-rw-r--r-- | src/buildvm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildvm.h b/src/buildvm.h index 53c820ad..4bf4e56d 100644 --- a/src/buildvm.h +++ b/src/buildvm.h | |||
@@ -49,7 +49,7 @@ struct dasm_State; | |||
49 | #endif | 49 | #endif |
50 | 50 | ||
51 | #define BUILDDEF(_) \ | 51 | #define BUILDDEF(_) \ |
52 | _(asm) _(elfasm) _(coffasm) _(machasm) BUILDDEFX(_) _(raw) \ | 52 | _(elfasm) _(coffasm) _(machasm) BUILDDEFX(_) _(raw) \ |
53 | _(ffdef) _(libdef) _(recdef) _(vmdef) \ | 53 | _(ffdef) _(libdef) _(recdef) _(vmdef) \ |
54 | _(folddef) | 54 | _(folddef) |
55 | 55 | ||