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

Commit 8272cf8

Browse files
committed
add thumbv8m baseline
1 parent ffc6f8c commit 8272cf8

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)