Skip to content

Commit

Permalink
Unrolled build for rust-lang#128758
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#128758 - devnexen:vxworks_release_min, r=tgross35

Specify a minimum supported version for VxWorks

Document that VxWorks 7 is the minimum supported version.
  • Loading branch information
rust-timer authored Aug 7, 2024
2 parents 9bad7ba + c8eacd6 commit bdeebc3
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 bdeebc3

Please sign in to comment.