From: Mike Pall Date: Mon, 2 Apr 2012 18:31:50 +0000 (+0200) Subject: MIPS: Update docs. X-Git-Tag: v2.0.0-beta10~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3e1d727caf22c1d87b4f2ca4d7e628d2b4d7d9b;p=thirdparty%2FLuaJIT.git MIPS: Update docs. --- diff --git a/doc/luajit.html b/doc/luajit.html index abf87568..b96e5691 100644 --- a/doc/luajit.html +++ b/doc/luajit.html @@ -80,7 +80,7 @@ standard Lua interpreter and can be deployed as a drop-in replacement. LuaJIT offers more performance, at the expense of portability. It currently runs on all popular operating systems based on x86 or x64 CPUs (Linux, Windows, OSX etc.) or embedded -systems based on ARM (Android, iOS) or PPC CPUs. +systems based on ARM (Android, iOS), PPC or MIPS CPUs. Other platforms will be supported in the future, based on user demand and sponsoring.