diff options
author | Fred Baksik <frodak17@gmail.com> | 2018-07-07 11:27:22 (GMT) |
---|---|---|
committer | Fred Baksik <frodak17@gmail.com> | 2018-07-11 12:48:25 (GMT) |
commit | ce4f20ba62a3c7e0dd78cffc1669a400311f057e (patch) | |
tree | 69f1458356aba3bb8f46e4651812c2a41f083826 /Help | |
parent | 281c601024e7a82f85ef02ce00a0fc5686c5412d (diff) | |
download | CMake-ce4f20ba62a3c7e0dd78cffc1669a400311f057e.zip CMake-ce4f20ba62a3c7e0dd78cffc1669a400311f057e.tar.gz CMake-ce4f20ba62a3c7e0dd78cffc1669a400311f057e.tar.bz2 |
GHS: Add release notes
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/ghs.rst | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Help/release/dev/ghs.rst b/Help/release/dev/ghs.rst new file mode 100644 index 0000000..d3bec95 --- /dev/null +++ b/Help/release/dev/ghs.rst @@ -0,0 +1,20 @@ +ghs +--- + +* The :generator:`Green Hills MULTI` generator is updated: + + - Added support for architecture selection through + :variable:`CMAKE_GENERATOR_PLATFORM`: + e.g. ``arm``, ``ppc``, and ``86``. + + - Added support for toolset selection through + :variable:`CMAKE_GENERATOR_TOOLSET`, + e.g. ``comp_201205``, ``comp_201510``, ``comp_201722_beta``. + + - Added support for platform selection through ``GHS_TARGET_PLATFORM``, + e.g. ``integrity``, ``linux``, ``standalone``, etc. + + - No longer checks that ``arm`` based compilers are installed but ensures + that the correct ``gbuild.exe`` exists. + + - No longer hard-codes ARM files, BSP, toolset, or OS locations. |