diff options
| author | David Carlier <devnexen@gmail.com> | 2024-08-06 21:55:19 +0100 |
|---|---|---|
| committer | David Carlier <devnexen@gmail.com> | 2024-08-07 07:24:19 +0100 |
| commit | c8eacd617e4a6309990f7bcf7a2c1355e2a0ee45 (patch) | |
| tree | 917fcab5243d79f091fa01ab4f232735ed8c33fd | |
| parent | 60d146580c10036ce89e019422c6bc2fd9729b65 (diff) | |
| download | rust-c8eacd617e4a6309990f7bcf7a2c1355e2a0ee45.tar.gz rust-c8eacd617e4a6309990f7bcf7a2c1355e2a0ee45.zip | |
Specify a minimum supported version for VxWorks
| -rw-r--r-- | src/doc/rustc/src/platform-support/vxworks.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/doc/rustc/src/platform-support/vxworks.md b/src/doc/rustc/src/platform-support/vxworks.md index c0a818558e0..7c73ee8cfa8 100644 --- a/src/doc/rustc/src/platform-support/vxworks.md +++ b/src/doc/rustc/src/platform-support/vxworks.md @@ -20,6 +20,12 @@ Target triplets available: ## Requirements +### OS version + +The minimum supported version is VxWorks 7. + +## Building + Rust for each target can be cross-compiled with its specific target vsb configuration. Std support is added but not yet fully tested. ## Building the target |
