From 559ae1890188e3561424bfdb4b933d8aa442fa9f Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 5 Jun 2014 14:50:59 -0400 Subject: [PATCH] Help: Add notes about new OpenWatcom compiler id and versioning --- Help/release/dev/OpenWatcom.rst | 9 +++++++++ Help/variable/CMAKE_LANG_COMPILER_ID.rst | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 Help/release/dev/OpenWatcom.rst diff --git a/Help/release/dev/OpenWatcom.rst b/Help/release/dev/OpenWatcom.rst new file mode 100644 index 000000000..63f6e8c28 --- /dev/null +++ b/Help/release/dev/OpenWatcom.rst @@ -0,0 +1,9 @@ +OpenWatcom +---------- + +* Support for the Open Watcom compiler has been overhauled. + The :variable:`CMAKE__COMPILER_ID` is now ``OpenWatcom``, + and the :variable:`CMAKE__COMPILER_VERSION` now uses + the Open Watcom external version numbering. The external + version numbers are lower than the internal version number + by 11. diff --git a/Help/variable/CMAKE_LANG_COMPILER_ID.rst b/Help/variable/CMAKE_LANG_COMPILER_ID.rst index cf9c38616..f554f4ec4 100644 --- a/Help/variable/CMAKE_LANG_COMPILER_ID.rst +++ b/Help/variable/CMAKE_LANG_COMPILER_ID.rst @@ -20,13 +20,13 @@ include: Intel = Intel Compiler (intel.com) MIPSpro = SGI MIPSpro (sgi.com) MSVC = Microsoft Visual Studio (microsoft.com) + OpenWatcom = Open Watcom (openwatcom.org) PGI = The Portland Group (pgroup.com) PathScale = PathScale (pathscale.com) SDCC = Small Device C Compiler (sdcc.sourceforge.net) SunPro = Oracle Solaris Studio (oracle.com) TI = Texas Instruments (ti.com) TinyCC = Tiny C Compiler (tinycc.org) - Watcom = Open Watcom (openwatcom.org) XL, VisualAge, zOS = IBM XL (ibm.com) This variable is not guaranteed to be defined for all compilers or