Skip to content

Commit fdf4d6e

Browse files
committed
[ci] run-make/thumb-none-qemu: add thumbv6m-none-qemu
1 parent a04754f commit fdf4d6e

File tree

1 file changed

+1
-1
lines changed
  • src/test/run-make/thumb-none-qemu

1 file changed

+1
-1
lines changed

src/test/run-make/thumb-none-qemu/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# $ ./x.py clean
55
# $ ./x.py test --target thumbv7m-none-eabi src/test/run-make
66

7-
ifeq ($(TARGET),thumbv7m-none-eabi))
7+
ifneq (,$(filter $(TARGET),thumbv6m-none-eabi thumbv7m-none-eabi))
88

99
# For cargo setting
1010
RUSTC := $(RUSTC_ORIGINAL)

0 commit comments

Comments
 (0)