Used spaces instead of tabs in Makefile.cfg

(cherry picked from commit 69647eb78d36c0b2f5febecd2c4e55f622325217)
This commit is contained in:
RJPFonseca 2021-05-09 19:10:53 +01:00 committed by James R
parent 5d17081d14
commit dc8b5fb803

View file

@ -61,10 +61,10 @@ ifeq (,$(filter GCC% CLEANONLY,$(.VARIABLES)))
# If this version is not in the list, default to the latest supported
ifeq (,$(filter $(v),$(SUPPORTED_GCC_VERSIONS)))
define line =
define line =
Your compiler version, GCC $(version), is not supported by the Makefile.
The Makefile will assume GCC $(LATEST_GCC_VERSION).))
endef
endef
$(call print,$(line))
GCC$(subst .,,$(LATEST_GCC_VERSION))=1
else