summaryrefslogtreecommitdiff
path: root/src/host/README
diff options
context:
space:
mode:
authorMike Pall <mike>2012-06-09 15:02:02 +0200
committerMike Pall <mike>2012-06-09 15:03:40 +0200
commit0a6c8338d240dd318db2f5269414dcf7ddc9ed35 (patch)
tree953561aad7b19aaefda674a1962d47c754d552f6 /src/host/README
parent6c8aaef2bbb005a2176e35c08f85957a9bc428d0 (diff)
downloadluajit-0a6c8338d240dd318db2f5269414dcf7ddc9ed35.tar.gz
luajit-0a6c8338d240dd318db2f5269414dcf7ddc9ed35.tar.bz2
luajit-0a6c8338d240dd318db2f5269414dcf7ddc9ed35.zip
Add minified Lua interpreter (minilua). Used by the build process.
Diffstat (limited to 'src/host/README')
-rw-r--r--src/host/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/host/README b/src/host/README
new file mode 100644
index 00000000..abfcdaa7
--- /dev/null
+++ b/src/host/README
@@ -0,0 +1,4 @@
1The files in this directory are only used during the build process of LuaJIT.
2For cross-compilation, they must be executed on the host, not on the target.
3
4These files should NOT be installed!