1+ [target .aarch64-unknown-linux-musl ]
2+ rustflags = [" -C" , " target-feature=+crt-static" , " -C" , " link-arg=-s" , " -C" , " link-arg=-lc" , " -C" , " link-arg=-lgcc" , " -L" , " native=/usr/local/aarch64-linux-musl-target/lib" , " -l" , " static=stdc++" ]
3+
4+ [target .armv7-unknown-linux-musleabihf ]
5+ rustflags = [" -C" , " target-feature=+crt-static" , " -C" , " link-arg=-s" , " -C" , " link-arg=-lc" , " -C" , " link-arg=-lgcc" , " -L" , " native=/usr/local/arm-linux-musleabihf-target/lib" , " -l" , " static=stdc++" ]
6+
17[target .mips-unknown-linux-musl ]
2- linker = " mips-linux-muslsf-cc"
3- # https://github.com/rust-lang/rust/issues/80693
4- rustflags = [" -C" , " target-feature=+crt-static" , " -C" , " link-arg=-s" , " -C" , " link-arg=-lc" , " -C" , " link-arg=-lgcc" ]
8+ rustflags = [" -C" , " target-feature=+crt-static" , " -C" , " link-arg=-s" , " -C" , " link-arg=-lc" , " -C" , " link-arg=-lgcc" , " -L" , " native=/usr/local/mips-linux-muslsf-target/lib" , " -l" , " static=stdc++" ]
59
6- [target .armv5te-unknown-linux-gnueabi ]
7- linker = " arm-linux-gnueabi-gcc"
10+ [target .armv5te-unknown-linux-musleabi ]
811# Workaround for:
912# https://github.com/rust-lang/compiler-builtins/issues/420
10- rustflags = [" -C" , " link-arg=-Wl,--allow-multiple-definition" ]
11-
12- [target .armv7-unknown-linux-gnueabihf ]
13- linker = " arm-linux-gnueabihf-gcc"
14-
15- [target .aarch64-unknown-linux-gnu ]
16- linker = " aarch64-linux-gnu-gcc"
13+ rustflags = [" -C" , " link-arg=-Wl,--allow-multiple-definition" , " -C" , " target-feature=+crt-static" , " -C" , " link-arg=-s" , " -C" , " link-arg=-lc" , " -C" , " link-arg=-lgcc" , " -L" , " native=/usr/local/arm-linux-musleabi-target/lib" , " -l" , " static=stdc++" ]
0 commit comments