Remove .cargo from git
This commit is contained in:
parent
082c215b44
commit
c099790f5a
@ -1,18 +0,0 @@
|
||||
[target.aarch64-unknown-linux-musl]
|
||||
linker = "aarch64-hitchhiker-linux-musleabihf-gcc"
|
||||
|
||||
[target.riscv64gc-unknown-linux-musl]
|
||||
rustflags = [
|
||||
"-C", "target-feature=-crt-static"
|
||||
]
|
||||
linker = "riscv64-hitchhiker-linux-musl-gcc"
|
||||
ar = "riscv64-hitchhiker-linux-musl-ar"
|
||||
|
||||
[target.i686-unknown-linux-musl]
|
||||
linker = "i686-hitchhiker-linux-musl-gcc"
|
||||
|
||||
[target.i586-unknown-linux-musl]
|
||||
linker = "i586-hitchhiker-linux-musl-gcc"
|
||||
|
||||
[target.x86_64-unknown-linux-musl]
|
||||
linker = "x86_64-hitchhiker-linux-musl-gcc"
|
Loading…
Reference in New Issue
Block a user