summaryrefslogtreecommitdiff
path: root/makefiles
diff options
context:
space:
mode:
Diffstat (limited to 'makefiles')
-rw-r--r--makefiles/Makefile.tools4
1 files changed, 4 insertions, 0 deletions
diff --git a/makefiles/Makefile.tools b/makefiles/Makefile.tools
index 865cf7d..4cf2fb1 100644
--- a/makefiles/Makefile.tools
+++ b/makefiles/Makefile.tools
@@ -312,6 +312,10 @@ else
ifeq ($(word 1,$(ccvsn)),Norcroft)
toolchain := norcroft
endif
+ # "GCC ..."
+ ifeq ($(word 1,$(ccvsn)),GCC)
+ toolchain := gcc
+ endif
endif
ifeq ($(toolchain),)