Solaris: Add support for Clang compiler

Inspired-by: Rainer Orth
Fixes: #19456
This commit is contained in:
Libor Bukata
2019-08-09 13:33:35 +02:00
committed by Brad King
parent 242435a9c8
commit 47937219ee
3 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
solaris_clang
-------------
* The ``Clang`` compiler is now supported on ``Solaris``.

View File

@@ -0,0 +1 @@
include(Platform/SunOS-GNU-C)

View File

@@ -0,0 +1 @@
include(Platform/SunOS-GNU-CXX)