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.
EXE_SUFFFIX
1 parent 876be73 commit 23508abCopy full SHA for 23508ab
compiler/rustc_target/src/spec/targets/armv7a_vex_v5.rs
@@ -17,7 +17,7 @@ pub(crate) fn target() -> Target {
17
options: TargetOptions {
18
os: "vexos".into(),
19
vendor: "vex".into(),
20
- exe_suffix: "elf".into(),
+ exe_suffix: ".elf".into(),
21
cpu: "cortex-a9".into(),
22
abi: "eabihf".into(),
23
features: "+v7,+neon,+vfp3,+thumb2,+thumb-mode".into(),
0 commit comments