Skip to content
This repository was archived by the owner on Jan 24, 2022. It is now read-only.

Commit 9cd0117

Browse files
bors[bot]evq
andcommitted
Merge #147
147: add thumbv8m baseline r=thejpster a=evq Co-authored-by: eV <[email protected]>
2 parents ffc6f8c + 8272cf8 commit 9cd0117

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

assemble.sh

+3
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,7 @@ arm-none-eabi-as -march=armv7e-m asm.s -o bin/$crate.o
1919
ar crs bin/thumbv7em-none-eabi.a bin/$crate.o
2020
ar crs bin/thumbv7em-none-eabihf.a bin/$crate.o
2121

22+
arm-none-eabi-as -march=armv8-m.base asm.s -o bin/$crate.o
23+
ar crs bin/thumbv8m.base-none-eabi.a bin/$crate.o
24+
2225
rm bin/$crate.o

bin/thumbv8m.base-none-eabi.a

886 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)