You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/doc/rustc/src/platform-support/vxworks.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,12 @@ Target triplets available:
28
28
29
29
The minimum supported version is VxWorks 7.
30
30
31
+
### Environment
32
+
33
+
#### `WIND_RELEASE_ID`
34
+
35
+
In VxWorks build environment, the environment variable `WIND_RELEASE_ID` indicates the VxWorks release version used for the build. The `WIND_RELEASE_ID` can be used to conditionally compile features/code or handle version specific behaviour.
36
+
31
37
## Building
32
38
33
39
Rust for each target can be cross-compiled with its specific target vsb configuration. Std support is added but not yet fully tested.
0 commit comments