Skip to content

Commit 92f91af

Browse files
committed
thumbv7m target: make linker flavor match x86
This probably isn't significant, but might as well match between targets.
1 parent 9ebcb0b commit 92f91af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rust/thumbv7m-zephyr-eabi.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"arch": "arm",
1111
"data-layout": "e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64",
1212
"emit-debug-gdb-scripts": false,
13-
"env": "",
13+
"env": "gnu",
1414
"executables": true,
15-
"linker": "rust-lld",
16-
"linker-flavor": "ld.lld",
15+
"linker-flavor": "gcc",
16+
"linker-is-gnu": true,
1717
"llvm-target": "thumbv7m-none-gnueabi",
1818
"max-atomic-width": 32,
1919
"os": "zephyr",

0 commit comments

Comments
 (0)