Skip to content

Commit

Permalink
Rollup merge of rust-lang#128758 - devnexen:vxworks_release_min, r=tg…
Browse files Browse the repository at this point in the history
…ross35

Specify a minimum supported version for VxWorks

Document that VxWorks 7 is the minimum supported version.
  • Loading branch information
tgross35 authored Aug 7, 2024
2 parents e4e38fc + c8eacd6 commit a1e70ad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/doc/rustc/src/platform-support/vxworks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a1e70ad

Please sign in to comment.