diff options
| author | Corwin <corwin@kuiper.dev> | 2022-08-16 23:15:42 +0100 |
|---|---|---|
| committer | Corwin <corwin@kuiper.dev> | 2022-08-16 23:15:42 +0100 |
| commit | f77a545e94abc578b22cf48eb0085dc903f9d262 (patch) | |
| tree | 45131104dd12700ee0d1d8a44c5c967158f62b51 /src/doc/rustc | |
| parent | ed27a4c51601b624e410bb60328b5844fc6c5dd4 (diff) | |
| download | rust-f77a545e94abc578b22cf48eb0085dc903f9d262.tar.gz rust-f77a545e94abc578b22cf48eb0085dc903f9d262.zip | |
add target armv4t-none-eabi
Diffstat (limited to 'src/doc/rustc')
| -rw-r--r-- | src/doc/rustc/src/platform-support.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doc/rustc/src/platform-support.md b/src/doc/rustc/src/platform-support.md index 01489e9aafb..f0f57f93386 100644 --- a/src/doc/rustc/src/platform-support.md +++ b/src/doc/rustc/src/platform-support.md @@ -223,6 +223,7 @@ target | std | host | notes `aarch64_be-unknown-linux-gnu_ilp32` | ✓ | ✓ | ARM64 Linux (big-endian, ILP32 ABI) `aarch64_be-unknown-linux-gnu` | ✓ | ✓ | ARM64 Linux (big-endian) [`arm64_32-apple-watchos`](platform-support/apple-watchos.md) | ✓ | | ARM Apple WatchOS 64-bit with 32-bit pointers +`armv4t-none-eabi` | * | | ARMv4T A32 `armv4t-unknown-linux-gnueabi` | ? | | `armv5te-unknown-linux-uclibceabi` | ? | | ARMv5TE Linux with uClibc `armv6-unknown-freebsd` | ✓ | ✓ | ARMv6 FreeBSD |
