Skip to content

Commit 11043a7

Browse files
committed
backport check-blobs fix from #110
1 parent e5b9974 commit 11043a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cortex-m-rt/assemble.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ set -euxo pipefail
66

77
crate=cortex-m-rt
88

9+
# remove existing blobs because otherwise this will append object files to the old blobs
10+
rm -f bin/*.a
11+
912
arm-none-eabi-as -march=armv6s-m asm.s -o bin/$crate.o
1013
ar crs bin/thumbv6m-none-eabi.a bin/$crate.o
1114

0 commit comments

Comments
 (0)