You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`aarch64_be-unknown-linux-gnu` | ✓ | ✓ | ARM64 Linux (big-endian)
225
225
[`arm64_32-apple-watchos`](platform-support/apple-watchos.md) | ✓ | | ARM Apple WatchOS 64-bit with 32-bit pointers
226
-
[`armeb-linux-gnueabi`](platform-support/armeb-linux-gnueabi.md) | ✓ | ? | ARM BE8 the default ARM big-endian architecture since [ARMv6](https://developer.arm.com/documentation/101754/0616/armlink-Reference/armlink-Command-line-Options/--be8?lang=en).
226
+
[`armeb-unknown-linux-gnueabi`](platform-support/armeb-unknown-linux-gnueabi.md) | ✓ | ? | ARM BE8 the default ARM big-endian architecture since [ARMv6](https://developer.arm.com/documentation/101754/0616/armlink-Reference/armlink-Command-line-Options/--be8?lang=en).
227
227
`armv4t-none-eabi` | * | | ARMv4T A32
228
228
`armv4t-unknown-linux-gnueabi` | ? | |
229
229
`armv5te-unknown-linux-uclibceabi` | ? | | ARMv5TE Linux with uClibc
Copy file name to clipboardExpand all lines: src/doc/rustc/src/platform-support/armeb-unknown-linux-gnueabi.md
+12-12
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# armeb-linux-gnueabi
1
+
# armeb-unknown-linux-gnueabi
2
2
**Tier: 3**
3
3
4
4
Target for cross-compiling Linux user-mode applications targetting the ARM BE8 architecture.
@@ -16,7 +16,7 @@ BE8 architecture is the default big-endian architecture for ARM since [ARMv6](ht
16
16
The target is cross-compiled. This target supports `std` in the normal way (indeed only nominal changes are required from the standard ARM configuration).
17
17
18
18
## Target definition
19
-
The target definition can be seen [here](../../../../../compiler/rustc_target/src/spec/armeb_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/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.
20
20
21
21
## Building the target
22
22
Because it is Tier 3, rust does not yet ship pre-compiled artifacts for this target.
0 commit comments