Skip to content

Commit 23508ab

Browse files
Tropix126max-niederman
authored andcommitted
fix EXE_SUFFFIX to use dot
1 parent 876be73 commit 23508ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_target/src/spec/targets/armv7a_vex_v5.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pub(crate) fn target() -> Target {
1717
options: TargetOptions {
1818
os: "vexos".into(),
1919
vendor: "vex".into(),
20-
exe_suffix: "elf".into(),
20+
exe_suffix: ".elf".into(),
2121
cpu: "cortex-a9".into(),
2222
abi: "eabihf".into(),
2323
features: "+v7,+neon,+vfp3,+thumb2,+thumb-mode".into(),

0 commit comments

Comments
 (0)