[PATCH] Fix typo in cross-compilation docs: -fpu -> -mfpu

Vladimir Sukharev vladimir.sukharev at arm.com
Wed Jun 3 03:15:53 PDT 2015


REPOSITORY
  rL LLVM

http://reviews.llvm.org/D10209

Files:
  cfe/trunk/docs/CrossCompilation.rst

Index: cfe/trunk/docs/CrossCompilation.rst
===================================================================
--- cfe/trunk/docs/CrossCompilation.rst
+++ cfe/trunk/docs/CrossCompilation.rst
@@ -110,7 +110,7 @@
 
 Typical flags include:
  * ``-mcpu=<cpu-name>``, like x86-64, swift, cortex-a15
- * ``-fpu=<fpu-name>``, like SSE3, NEON, controlling the FP unit available
+ * ``-mfpu=<fpu-name>``, like SSE3, NEON, controlling the FP unit available
  * ``-mfloat-abi=<fabi>``, like soft, hard, controlling which registers
    to use for floating-point

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D10209.27030.patch
Type: text/x-patch
Size: 552 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150603/ee099152/attachment.bin>


More information about the cfe-commits mailing list