cortex-m7: fix badly committed incomplete test
Bad merge, bad tests, bad author. Fixes: 7545a321b0043c682cb196a6dbe592e363925b38
This commit is contained in:
parent
7545a321b0
commit
6853b7ac5a
@ -56,7 +56,7 @@ Your toolchain doesn't support -mcpu=cortex-m7.
|
|||||||
Please use gcc-arm-embedded 4.8 2014q3 or newer. Skipping this sub-library.
|
Please use gcc-arm-embedded 4.8 2014q3 or newer. Skipping this sub-library.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
ifneq ($($(CC) --help=target | grep -q '\<cortex-m7\>'; echo $$?),0)
|
ifneq ($(shell $(CC) --help=target | grep -q '\<cortex-m7\>'; echo $$?),0)
|
||||||
$(warning $(MISSING_CPU))
|
$(warning $(MISSING_CPU))
|
||||||
|
|
||||||
all clean:
|
all clean:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user