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

Commit 5978a8a

Browse files
committed
backport check-blobs fix from rust-embedded/cortex-m#110
1 parent 0e0a6d6 commit 5978a8a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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)