about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2024-08-07 15:59:40 +0200
committerGitHub <noreply@github.com>2024-08-07 15:59:40 +0200
commit920cb642a4708e52e6b92f39f224cb5c855b8cec (patch)
tree30c9da0e9f2be154bbce28f6c9dc50f3d2cdcdbd
parentc0efd51396e84d289ee09d7ad071ef2350625d13 (diff)
parentc8eacd617e4a6309990f7bcf7a2c1355e2a0ee45 (diff)
downloadrust-920cb642a4708e52e6b92f39f224cb5c855b8cec.tar.gz
rust-920cb642a4708e52e6b92f39f224cb5c855b8cec.zip
Rollup merge of #128758 - devnexen:vxworks_release_min, r=tgross35
Specify a minimum supported version for VxWorks

Document that VxWorks 7 is the minimum supported version.
-rw-r--r--src/doc/rustc/src/platform-support/vxworks.md6
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