Add minified Lua interpreter (minilua). Used by the build process.

This commit is contained in:
Mike Pall
2012-06-09 15:02:02 +02:00
parent 6c8aaef2bb
commit 0a6c8338d2
3 changed files with 8273 additions and 0 deletions

4
src/host/README Normal file
View File

@@ -0,0 +1,4 @@
The files in this directory are only used during the build process of LuaJIT.
For cross-compilation, they must be executed on the host, not on the target.
These files should NOT be installed!