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

Commit f480a5c

Browse files
committed
add thumbv8m baseline
1 parent 9489f04 commit f480a5c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

assemble.sh

Lines changed: 3 additions & 0 deletions
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

898 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)