Skip to content

Commit d723a7b

Browse files
authored
Unrolled build for rust-lang#133565
Rollup merge of rust-lang#133565 - longxiangqiao:master, r=ehuss chore: fix 404 status URL
2 parents 0c4f3a4 + 807e978 commit d723a7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustc/src/platform-support/armeb-unknown-linux-gnueabi.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ BE8 architecture is the default big-endian architecture for Arm since [Armv6](ht
1616
The target is cross-compiled. This target supports `std` in the normal way (indeed only nominal changes are required from the standard Arm configuration).
1717

1818
## Target definition
19-
The target definition can be seen [here](https://github.com/rust-lang/rust/tree/master/compiler/rustc_target/src/spec/armeb_unknown_linux_gnueabi.rs). In particular, it should be noted that the `features` specify that this target is built for the Armv8 core. Though this can likely be modified as required.
19+
The target definition can be seen [here](https://github.com/rust-lang/rust/blob/master/compiler/rustc_target/src/spec/targets/armeb_unknown_linux_gnueabi.rs). In particular, it should be noted that the `features` specify that this target is built for the Armv8 core. Though this can likely be modified as required.
2020

2121
## Building the target
2222
Because it is Tier 3, rust does not yet ship pre-compiled artifacts for this target.

0 commit comments

Comments
 (0)