summaryrefslogtreecommitdiff
path: root/makefiles/Makefile.tools
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2010-04-06 14:25:51 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2010-04-06 14:25:51 +0000
commit50afc47d7a20580c43e50422bf634c3318a9092e (patch)
tree697629227fcaade6bb95dbd6e04f9e3b771c72c2 /makefiles/Makefile.tools
parent773219935eca415bf65a04aad98d1b5f8697a07e (diff)
downloadbuildsystem-50afc47d7a20580c43e50422bf634c3318a9092e.tar.gz
buildsystem-50afc47d7a20580c43e50422bf634c3318a9092e.tar.bz2
Actually fix RISC OS native build with GCC3.
svn path=/trunk/tools/buildsystem/; revision=10252
Diffstat (limited to 'makefiles/Makefile.tools')
-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),)