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

Commit 9489f04

Browse files
bors[bot]japaric
andcommitted
Merge #22
22: fix check-blobs test r=adamgreig a=japaric backport this fix from rust-embedded/cortex-m#110 Co-authored-by: Jorge Aparicio <[email protected]>
2 parents 705d9e6 + d7f5854 commit 9489f04

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-semihosting
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)