summaryrefslogtreecommitdiff
path: root/makefiles/Makefile.tools
diff options
context:
space:
mode:
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),)