Skip to content

Commit d50c8cc

Browse files
Tropix126max-niederman
authored andcommitted
switch llvm_target to use ARM hard-float abi
1 parent bc45080 commit d50c8cc

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
@@ -4,7 +4,7 @@ const LINK_SCRIPT: &str = include_str!("./armv7a_vex_v5_linker_script.ld");
44

55
pub(crate) fn target() -> Target {
66
Target {
7-
llvm_target: "armv7a-none-eabi".into(),
7+
llvm_target: "armv7a-none-eabihf".into(),
88
metadata: crate::spec::TargetMetadata {
99
description: None,
1010
tier: None,

0 commit comments

Comments
 (0)