We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1831c76 commit d5004bfCopy full SHA for d5004bf
cortex-m-rt/ci/script.sh
@@ -71,9 +71,9 @@ main() {
71
case $TARGET in
72
thumbv6m-none-eabi|thumbv7m-none-eabi)
73
# linking with GNU LD
74
- cargo run --target $TARGET --example qemu \
+ cargo run --target $TARGET --example qemu -- \
75
-C linker=arm-none-eabi-ld | grep "x = 42"
76
- cargo run --target $TARGET --example qemu --release \
+ cargo run --target $TARGET --example qemu --release -- \
77
78
# linking with rustc's LLD
79
cargo run --target $TARGET --example qemu | grep "x = 42"
0 commit comments