about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/test/run-make/thumb-none-qemu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-make/thumb-none-qemu/Makefile b/src/test/run-make/thumb-none-qemu/Makefile
index d1482a1dda4..518b2ec6431 100644
--- a/src/test/run-make/thumb-none-qemu/Makefile
+++ b/src/test/run-make/thumb-none-qemu/Makefile
@@ -4,7 +4,7 @@
 # $ ./x.py clean
 # $ ./x.py test --target thumbv7m-none-eabi src/test/run-make
 
-ifeq ($(TARGET),thumbv7m-none-eabi))
+ifneq (,$(filter $(TARGET),thumbv6m-none-eabi thumbv7m-none-eabi))
 
 # For cargo setting
 RUSTC := $(RUSTC_ORIGINAL)