summaryrefslogtreecommitdiff
path: root/makefiles/Makefile.tools
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2010-04-06 13:48:31 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2010-04-06 13:48:31 +0000
commit773219935eca415bf65a04aad98d1b5f8697a07e (patch)
tree4e6ac971de9e8314e8526c224574b4481d447a42 /makefiles/Makefile.tools
parentd6dcfb28dc8671918489e9fb268bc36b1ca2a12f (diff)
downloadbuildsystem-773219935eca415bf65a04aad98d1b5f8697a07e.tar.gz
buildsystem-773219935eca415bf65a04aad98d1b5f8697a07e.tar.bz2
Fix RISC OS native build with GCC3. Probably breaks build with Norcroft.
svn path=/trunk/tools/buildsystem/; revision=10251
Diffstat (limited to 'makefiles/Makefile.tools')
-rw-r--r--makefiles/Makefile.tools8
1 files changed, 6 insertions, 2 deletions
diff --git a/makefiles/Makefile.tools b/makefiles/Makefile.tools
index 72d6262..865cf7d 100644
--- a/makefiles/Makefile.tools
+++ b/makefiles/Makefile.tools
@@ -299,8 +299,12 @@ else
ifeq ($(ccvsn),)
# Version string is blank
ifeq ($(HOST),riscos)
- # For some reason we never see the output of SCL apps, so assume Norcroft.
- ccvsn := Norcroft
+ # For some reason we never see the output of SCL apps, so might be
+ # Norcroft. However it might also be a GCC linked against a buggy
+ # UnixLib.
+ # TODO: Something more useful than blindly assuming GCC.
+ ccvsn := GCC
+ # ccvsn := Norcroft
endif
endif