Skip to content

Commit

Permalink
Rust: import --cfg flags generated by misoc.
Browse files Browse the repository at this point in the history
whitequark committed Oct 4, 2016
1 parent 0e2cd38 commit b590c6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions artiq/runtime/Makefile
Original file line number Diff line number Diff line change
@@ -65,6 +65,7 @@ libruntime.a:
cargo rustc --verbose \
--manifest-path $(RUNTIME_DIRECTORY)/../runtime.rs/Cargo.toml \
--target=or1k-unknown-none -- \
$(shell cat $(BUILDINC_DIRECTORY)/generated/rust-cfg) \
-C target-feature=+mul,+div,+ffl1,+cmov,+addc -C opt-level=s \
-L../libcompiler-rt

0 comments on commit b590c6c

Please sign in to comment.