forked from M-Labs/artiq
Rust: import --cfg flags generated by misoc.
This commit is contained in:
parent
0e2cd38135
commit
b590c6c7d8
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue