From 50afc47d7a20580c43e50422bf634c3318a9092e Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Tue, 6 Apr 2010 14:25:51 +0000 Subject: Actually fix RISC OS native build with GCC3. svn path=/trunk/tools/buildsystem/; revision=10252 --- makefiles/Makefile.tools | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'makefiles') 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),) -- cgit v1.2.3