manual: move to correct directory for building rust crates. Closes #1222

This commit is contained in:
Sebastien Bourdeauducq 2018-12-21 10:37:08 +08:00
parent 8eee5dd414
commit a53065ffc8
1 changed files with 1 additions and 0 deletions

View File

@ -117,6 +117,7 @@ and the ARTIQ kernels.
$ sudo mkdir /usr/local/rust-or1k
$ sudo chown $USER.$USER /usr/local/rust-or1k
$ make install
$ cd ..
$ destdir="/usr/local/rust-or1k/lib/rustlib/or1k-unknown-none/lib/"
$ rustc="rustc --out-dir ${destdir} -L ${destdir} --target or1k-unknown-none -g -C target-feature=+mul,+div,+ffl1,+cmov,+addc -C opt-level=s --crate-type rlib"