We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a04754f commit fdf4d6eCopy full SHA for fdf4d6e
src/test/run-make/thumb-none-qemu/Makefile
@@ -4,7 +4,7 @@
4
# $ ./x.py clean
5
# $ ./x.py test --target thumbv7m-none-eabi src/test/run-make
6
7
-ifeq ($(TARGET),thumbv7m-none-eabi))
+ifneq (,$(filter $(TARGET),thumbv6m-none-eabi thumbv7m-none-eabi))
8
9
# For cargo setting
10
RUSTC := $(RUSTC_ORIGINAL)
0 commit comments