Skip to content

Commit 7d256b9

Browse files
committed
Add missing llvm-floatabi field in custom target files
1 parent fcc50f3 commit 7d256b9

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

ledger_secure_sdk_sys/devices/apex_p/apex_p.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"linker": "link_wrap.sh",
1010
"linker-flavor": "ld.lld",
1111
"llvm-target": "thumbv8m.main-none-eabi",
12+
"llvm-floatabi": "soft",
1213
"max-atomic-width": 32,
1314
"panic-strategy": "abort",
1415
"pre-link-args": {

ledger_secure_sdk_sys/devices/flex/flex.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"linker": "link_wrap.sh",
1010
"linker-flavor": "ld.lld",
1111
"llvm-target": "thumbv8m.main-none-eabi",
12+
"llvm-floatabi": "soft",
1213
"max-atomic-width": 32,
1314
"panic-strategy": "abort",
1415
"pre-link-args": {

ledger_secure_sdk_sys/devices/nanosplus/nanosplus.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"linker": "link_wrap.sh",
1010
"linker-flavor": "ld.lld",
1111
"llvm-target": "thumbv8m.main-none-eabi",
12+
"llvm-floatabi": "soft",
1213
"max-atomic-width": 32,
1314
"panic-strategy": "abort",
1415
"pre-link-args": {

ledger_secure_sdk_sys/devices/nanox/nanox.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"linker": "link_wrap.sh",
1111
"linker-flavor": "ld.lld",
1212
"llvm-target": "thumbv6m-none-eabi",
13+
"llvm-floatabi": "soft",
1314
"panic-strategy": "abort",
1415
"pre-link-args": {
1516
"ld.lld": [

ledger_secure_sdk_sys/devices/stax/stax.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"linker": "link_wrap.sh",
1010
"linker-flavor": "ld.lld",
1111
"llvm-target": "thumbv8m.main-none-eabi",
12+
"llvm-floatabi": "soft",
1213
"max-atomic-width": 32,
1314
"panic-strategy": "abort",
1415
"pre-link-args": {

0 commit comments

Comments
 (0)