Skip to content
Snippets Groups Projects
Commit 193c45aa authored by James R.'s avatar James R.
Browse files

Forgot a comma

parent 489bb81d
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,7 @@ ifeq (,$(filter GCC%,$(.VARIABLES))) ...@@ -58,7 +58,7 @@ ifeq (,$(filter GCC%,$(.VARIABLES)))
# If this version is not in the list, default to the latest supported # If this version is not in the list, default to the latest supported
ifeq (,$(filter $(v),$(SUPPORTED_GCC_VERSIONS))) ifeq (,$(filter $(v),$(SUPPORTED_GCC_VERSIONS)))
$(info\ $(info\
Your compiler version, GCC $(version) is not supported by the Makefile.\ Your compiler version, GCC $(version), is not supported by the Makefile.\
The Makefile will assume GCC $(LATEST_GCC_VERSION).) The Makefile will assume GCC $(LATEST_GCC_VERSION).)
GCC$(subst .,,$(LATEST_GCC_VERSION))=1 GCC$(subst .,,$(LATEST_GCC_VERSION))=1
else else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment