Skip to content

Commit bdc50d2

Browse files
committed
Add binary for armv8 hardfloat
Signed-off-by: Aurabindo Jayamohanan <[email protected]>
1 parent 0029624 commit bdc50d2

8 files changed

+1
-0
lines changed

cortex-m-rt/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

cortex-m-rt/bin/thumbv6m-none-eabi.a

0 Bytes
Binary file not shown.

cortex-m-rt/bin/thumbv7em-none-eabi.a

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

cortex-m-rt/bin/thumbv7m-none-eabi.a

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
944 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)