forked from M-Labs/artiq
manual: move to correct directory for building rust crates. Closes #1222
This commit is contained in:
parent
f301ad814d
commit
af1f87833a
|
@ -114,6 +114,7 @@ and the ARTIQ kernels.
|
|||
$ sudo mkdir /usr/local/rust-or1k
|
||||
$ sudo chown $USER.$USER /usr/local/rust-or1k
|
||||
$ make install
|
||||
$ cd ..
|
||||
|
||||
$ libs="core std_unicode alloc"
|
||||
$ rustc="/usr/local/rust-or1k/bin/rustc --target or1k-unknown-none -C target-feature=+mul,+div,+ffl1,+cmov,+addc -C opt-level=s -g --crate-type rlib -L ."
|
||||
|
|
Loading…
Reference in New Issue