Files
rust/src
Sean Cross dffc86472e bootstrap: builder: don't add origin paths on xous
Don't add the origin rpath when calling the linker. This is unnecessary
on Xous since there is no dynamic linker, and Xous can use an ordinary
bare-metal linker with no rpath options.

As part of this patch, the logic was inverted so that the "else" clause
contains everything except "windows" and "xous".

Signed-off-by: Sean Cross <sean@xobs.io>
2023-08-22 20:25:38 +08:00
..
2023-08-20 08:34:41 -07:00
2023-08-15 11:14:01 +02:00
2023-07-12 21:26:04 -04:00
2023-08-20 14:02:00 -04:00

This directory contains some source code for the Rust project, including:

  • The bootstrapping build system
  • Various submodules for tools, like cargo, tidy, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.