From 7137cd7d057c3d7bf3193cb050497092eef9dad8 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Thu, 1 Aug 2019 11:34:49 +0100 Subject: Makefile.tools: Notice `lcc` and pretend it's `gcc` Signed-off-by: Daniel Silverstone --- makefiles/Makefile.tools | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/makefiles/Makefile.tools b/makefiles/Makefile.tools index a613c93..c60d6fc 100644 --- a/makefiles/Makefile.tools +++ b/makefiles/Makefile.tools @@ -373,6 +373,11 @@ else endif endif + ifeq ($(findstring lcc:,$(ccvsn)),lcc:) + # MCST LCC pretends to be gcc + toolchain := gcc + endif + # "Norcroft ..." ifeq ($(word 1,$(ccvsn)),Norcroft) toolchain := norcroft -- cgit v1.2.3