diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2022-05-01 22:42:20 +0200 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2022-05-01 22:42:20 +0200 |
commit | 1128766f9133c3c3cfc2a1c9e58c21ece509ea5b (patch) | |
tree | fd3da4310b1f8d7e4653d88e60ab8c7d94bf0127 /rust-toolchain.toml | |
parent | 4754b66f72a8fbfd48e30ae0bd12a44d13a4ce10 (diff) | |
download | rv64i-linux-user-no-std-1128766f9133c3c3cfc2a1c9e58c21ece509ea5b.tar.gz rv64i-linux-user-no-std-1128766f9133c3c3cfc2a1c9e58c21ece509ea5b.zip |
build core for target
We need to rebuild core for the target specification because we disable
certain isa extensions, and the shipped core library is compiled with
those extensions.
Diffstat (limited to 'rust-toolchain.toml')
-rw-r--r-- | rust-toolchain.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 0000000..9684b6f --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,4 @@ +[toolchain] +# Required to build with nightly to enable `build-std`, see .cargo/config for +# more details why. +channel = "nightly" |