Skip to content

Commit b787fc0

Browse files
Remove redundant note.
This came from x86_64-unknown-none and doesn't make sense here.
1 parent 155a5c2 commit b787fc0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/doc/rustc/src/platform-support/sparc-unknown-none-elf.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,6 @@ Rust for bare-metal 32-bit SPARC V7 and V8 systems, e.g. the Gaisler LEON3.
1717
This target is cross-compiled. There is no support for `std`. There is no
1818
default allocator, but it's possible to use `alloc` by supplying an allocator.
1919

20-
This allows the generated code to run in environments, such as kernels, which
21-
may need to avoid the use of such registers or which may have special
22-
considerations about the use of such registers (e.g. saving and restoring them
23-
to avoid breaking userspace code using the same registers). You can change code
24-
generation to use additional CPU features via the `-C target-feature=` codegen
25-
options to rustc, or via the `#[target_feature]` mechanism within Rust code.
26-
2720
By default, code generated with this target should run on any `SPARC` hardware;
2821
enabling additional target features may raise this baseline.
2922

0 commit comments

Comments
 (0)