diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2015-06-09 19:08:19 +0000 | 
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2015-06-09 19:08:19 +0000 | 
| commit | 798321d8eb5630cd4a8f490a4f25e32ef195fb07 (patch) | |
| tree | a59f5569ef36d00388c0428426abef26aa9105b6 /docs/CrossCompilation.rst | |
| parent | 5e20cdd81c44a443562a09007668ffdf76c455af (diff) | |
Diffstat (limited to 'docs/CrossCompilation.rst')
| -rw-r--r-- | docs/CrossCompilation.rst | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CrossCompilation.rst b/docs/CrossCompilation.rst index fd42856ec3ad0..d3a775b4fd44c 100644 --- a/docs/CrossCompilation.rst +++ b/docs/CrossCompilation.rst @@ -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  | 
