Cygwin: Add support for Clang compiler
The platform information module for GNU on CYGWIN can be reused for Clang on CYGWIN because clang accepts almost all of the same options.
This commit is contained in:
parent
2b64dc7cab
commit
517cef8c55
|
@ -0,0 +1,4 @@
|
|||
cygwin-clang
|
||||
------------
|
||||
|
||||
* The Clang compiler is now supported on CYGWIN.
|
|
@ -0,0 +1 @@
|
|||
include(Platform/CYGWIN-GNU-C)
|
|
@ -0,0 +1 @@
|
|||
include(Platform/CYGWIN-GNU-CXX)
|
Loading…
Reference in New Issue