From 02a898206954e96b0a12171042427cace253169c Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Sun, 19 Apr 2026 13:32:40 +0200 Subject: [PATCH] codegen-options docs: remove -Csoft-float --- src/doc/rustc/src/codegen-options/index.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/doc/rustc/src/codegen-options/index.md b/src/doc/rustc/src/codegen-options/index.md index f0f991ed0c90..7af10298470e 100644 --- a/src/doc/rustc/src/codegen-options/index.md +++ b/src/doc/rustc/src/codegen-options/index.md @@ -655,16 +655,6 @@ deleted once compilation finishes. It takes one of the following values: * `y`, `yes`, `on`, `true` or no value: save temporary files. * `n`, `no`, `off` or `false`: delete temporary files (the default). -## soft-float - -This option controls whether `rustc` generates code that emulates floating -point instructions in software. It takes one of the following values: - -* `y`, `yes`, `on`, `true` or no value: use soft floats. -* `n`, `no`, `off` or `false`: use hardware floats (the default). - -This flag only works on `*eabihf` targets and **is unsound and deprecated**. - ## split-debuginfo This option controls the emission of "split debuginfo" for debug information