Makefile & Cross.toml hack to work around an aarch64 cross-compilation issue (https://github.com/rust-embedded/cross/issues/598)
parent
50e55e3fca
commit
d5f14ab761
@ -0,0 +1,6 @@
|
||||
[build.env]
|
||||
# Both of these are needed to workaround https://github.com/rust-embedded/cross/issues/598
|
||||
passthrough = [
|
||||
"RUSTFLAGS",
|
||||
"CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_RUSTFLAGS",
|
||||
]
|
Loading…
Reference in New Issue