Add aarch64 compiler support
parent
3c475664ac
commit
1393d04ebc
|
@ -4,3 +4,5 @@ protocol = "sparse"
|
|||
[target.x86_64-pc-windows-gnu]
|
||||
rustflags = "-C link-args=-lssp" # Does not compile without this line
|
||||
|
||||
[target.aarch64-unknown-linux-gnu]
|
||||
rustflags = "-C linker=aarch64-linux-gnu-gcc"
|
Loading…
Reference in New Issue