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

llvm-svn: 238912

clang/docs/CrossCompilation.rst

index fd42856..d3a775b 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