]> granicus.if.org Git - clang/commitdiff
Fix typo in cross-compilation docs: "-fpu" -> "-mfpu"
authorVladimir Sukharev <vladimir.sukharev@arm.com>
Wed, 3 Jun 2015 10:11:42 +0000 (10:11 +0000)
committerVladimir Sukharev <vladimir.sukharev@arm.com>
Wed, 3 Jun 2015 10:11:42 +0000 (10:11 +0000)
Reviewers: rengolin

Subscribers: cfe-commits

Differential Revision: http://reviews.llvm.org/D10209

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@238912 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CrossCompilation.rst

index fd42856ec3ad00e97234df6fee702f8719a874bc..d3a775b4fd44c4a6fc4e032bc33c1701b0f2e799 100644 (file)
@@ -110,7 +110,7 @@ will be chosen, so you'll almost always have to change it via flags.
 
 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