Help: Add notes about new OpenWatcom compiler id and versioning
This commit is contained in:
parent
5b7fa0e75e
commit
559ae18901
|
@ -0,0 +1,9 @@
|
||||||
|
OpenWatcom
|
||||||
|
----------
|
||||||
|
|
||||||
|
* Support for the Open Watcom compiler has been overhauled.
|
||||||
|
The :variable:`CMAKE_<LANG>_COMPILER_ID` is now ``OpenWatcom``,
|
||||||
|
and the :variable:`CMAKE_<LANG>_COMPILER_VERSION` now uses
|
||||||
|
the Open Watcom external version numbering. The external
|
||||||
|
version numbers are lower than the internal version number
|
||||||
|
by 11.
|
|
@ -20,13 +20,13 @@ include:
|
||||||
Intel = Intel Compiler (intel.com)
|
Intel = Intel Compiler (intel.com)
|
||||||
MIPSpro = SGI MIPSpro (sgi.com)
|
MIPSpro = SGI MIPSpro (sgi.com)
|
||||||
MSVC = Microsoft Visual Studio (microsoft.com)
|
MSVC = Microsoft Visual Studio (microsoft.com)
|
||||||
|
OpenWatcom = Open Watcom (openwatcom.org)
|
||||||
PGI = The Portland Group (pgroup.com)
|
PGI = The Portland Group (pgroup.com)
|
||||||
PathScale = PathScale (pathscale.com)
|
PathScale = PathScale (pathscale.com)
|
||||||
SDCC = Small Device C Compiler (sdcc.sourceforge.net)
|
SDCC = Small Device C Compiler (sdcc.sourceforge.net)
|
||||||
SunPro = Oracle Solaris Studio (oracle.com)
|
SunPro = Oracle Solaris Studio (oracle.com)
|
||||||
TI = Texas Instruments (ti.com)
|
TI = Texas Instruments (ti.com)
|
||||||
TinyCC = Tiny C Compiler (tinycc.org)
|
TinyCC = Tiny C Compiler (tinycc.org)
|
||||||
Watcom = Open Watcom (openwatcom.org)
|
|
||||||
XL, VisualAge, zOS = IBM XL (ibm.com)
|
XL, VisualAge, zOS = IBM XL (ibm.com)
|
||||||
|
|
||||||
This variable is not guaranteed to be defined for all compilers or
|
This variable is not guaranteed to be defined for all compilers or
|
||||||
|
|
Loading…
Reference in New Issue