Skip to content

Commit 02a8982

Browse files
committed
codegen-options docs: remove -Csoft-float
1 parent ec2d669 commit 02a8982

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

  • src/doc/rustc/src/codegen-options

src/doc/rustc/src/codegen-options/index.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -655,16 +655,6 @@ deleted once compilation finishes. It takes one of the following values:
655655
* `y`, `yes`, `on`, `true` or no value: save temporary files.
656656
* `n`, `no`, `off` or `false`: delete temporary files (the default).
657657

658-
## soft-float
659-
660-
This option controls whether `rustc` generates code that emulates floating
661-
point instructions in software. It takes one of the following values:
662-
663-
* `y`, `yes`, `on`, `true` or no value: use soft floats.
664-
* `n`, `no`, `off` or `false`: use hardware floats (the default).
665-
666-
This flag only works on `*eabihf` targets and **is unsound and deprecated**.
667-
668658
## split-debuginfo
669659

670660
This option controls the emission of "split debuginfo" for debug information

0 commit comments

Comments
 (0)