Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Commit 8a543c7

Browse files
bors[bot]aurabindo
andcommitted
Merge #36
36: Fix build failure for thumbv8m.main-none-eabihf r=korken89 a=aurabindo Add `thumbv8m.main-none-eabihf.a` in bin/ Co-authored-by: Aurabindo Jayamohanan <[email protected]>
2 parents 4ab83b9 + 0ed9026 commit 8a543c7

File tree

3 files changed

+1
-0
lines changed

3 files changed

+1
-0
lines changed

assemble.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@ ar crs bin/thumbv8m.base-none-eabi.a bin/$crate.o
2424

2525
arm-none-eabi-as -march=armv8-m.main asm.s -o bin/$crate.o
2626
ar crs bin/thumbv8m.main-none-eabi.a bin/$crate.o
27+
ar crs bin/thumbv8m.main-none-eabihf.a bin/$crate.o
2728

2829
rm bin/$crate.o

bin/thumbv8m.main-none-eabi.a

42 Bytes
Binary file not shown.

bin/thumbv8m.main-none-eabihf.a

898 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)