[ci] run-make/thumb-none-qemu: add thumbv6m-none-qemu

This commit is contained in:
Hideki Sekine 2018-09-30 10:55:49 +09:00
parent a04754fd36
commit fdf4d6efac

View file

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