summaryrefslogtreecommitdiff
path: root/makefiles/Makefile.tools
diff options
context:
space:
mode:
authorRob Kendrick <rjek@netsurf-browser.org>2012-06-13 17:47:53 +0000
committerRob Kendrick <rjek@netsurf-browser.org>2012-06-13 17:47:53 +0000
commitbeb02133ad1e28a703b56c3701fa8f01634a77e0 (patch)
treecd76a346b7215723dea643a55c5a4258892f292a /makefiles/Makefile.tools
parent8bc504dc7777cf2fa4899ec7c1fb75e29eeaf81f (diff)
downloadbuildsystem-beb02133ad1e28a703b56c3701fa8f01634a77e0.tar.gz
buildsystem-beb02133ad1e28a703b56c3701fa8f01634a77e0.tar.bz2
Add experimental support for building with Open64
svn path=/trunk/tools/buildsystem/; revision=13963
Diffstat (limited to 'makefiles/Makefile.tools')
-rw-r--r--makefiles/Makefile.tools3
1 files changed, 3 insertions, 0 deletions
diff --git a/makefiles/Makefile.tools b/makefiles/Makefile.tools
index c6f9dd6..7a5cc63 100644
--- a/makefiles/Makefile.tools
+++ b/makefiles/Makefile.tools
@@ -405,6 +405,9 @@ else
# (ie, Debian, Apple, etc)
toolchain := clang
endif
+ ifeq ($(word 1,$(ccvsn)),Open64)
+ toolchain := open64
+ endif
endif
ifeq ($(toolchain),)