From 287a5347cfe452d44748327fb7c27f6ce57f5dc2 Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Wed, 8 Jun 2016 10:24:00 +0200 Subject: MIPS: Support MIPS16 interlinking. --- doc/install.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/install.html') diff --git a/doc/install.html b/doc/install.html index 38c9a6bb..bbc71c98 100644 --- a/doc/install.html +++ b/doc/install.html @@ -386,7 +386,7 @@ important to compile with the proper CPU or architecture settings:
  • The best way to get consistent results is to specify the correct settings when building the toolchain yourself.
  • For a pre-built, generic toolchain add -mcpu=... or -march=... and other necessary flags to TARGET_CFLAGS.
  • For ARM it's important to have the correct -mfloat-abi=... setting, too. Otherwise LuaJIT may not run at the full performance of your target CPU.
  • -
  • For MIPS it's important to select a supported ABI (o32 on MIPS32, n64 on MIPS64) and consistently compile your project either with hard-float or soft-float compiler settings. Do not use -mips16.
  • +
  • For MIPS it's important to select a supported ABI (o32 on MIPS32, n64 on MIPS64) and consistently compile your project either with hard-float or soft-float compiler settings.
  • Here are some examples for targets with a different CPU than the host: -- cgit v1.2.3-55-g6feb