summaryrefslogtreecommitdiff
path: root/Help/generator
diff options
context:
space:
mode:
authorFred Baksik <frodak17@gmail.com>2019-01-08 23:52:12 -0500
committerFred Baksik <frodak17@gmail.com>2019-01-16 10:42:00 -0500
commit436cc5e991c7be07610d7902a5ce2a00221ca0a2 (patch)
tree912fdd8810121d1bc39520340b999c6c7c9ed7c0 /Help/generator
parent4a1ec0de3d2102918284eff13763f2aa3d20d119 (diff)
downloadcmake-436cc5e991c7be07610d7902a5ce2a00221ca0a2.tar.gz
GHS: try_compile() now uses GHS platform variables
-- Forward GHS platform variables to try_compile() CMAKE_TRY_COMPILE_PLATFORM_VARIABLES only worked for source signature try_compile() -- Update tests to no longer add GHS platform variables to try_compile() -- Avoid linker error in GhsMulti/GhsMultiCompilerOptions/CMakeLists.txt by building library
Diffstat (limited to 'Help/generator')
-rw-r--r--Help/generator/Green Hills MULTI.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Help/generator/Green Hills MULTI.rst b/Help/generator/Green Hills MULTI.rst
index 2794598d17..bfe671f503 100644
--- a/Help/generator/Green Hills MULTI.rst
+++ b/Help/generator/Green Hills MULTI.rst
@@ -17,13 +17,14 @@ Both absolute and relative paths are valid. Relative paths use ``GHS_TOOLSET_ROO
as the root. If the toolset is not specified then the latest toolset found in
``GHS_TOOLSET_ROOT`` will be used.
+Cache variables that are used for toolset and target system customization:
+
* ``GHS_TARGET_PLATFORM``
| Defaults to ``integrity``.
| Usual values are ``integrity``, ``threadx``, ``uvelosity``, ``velosity``,
``vxworks``, ``standalone``.
-
* ``GHS_PRIMARY_TARGET``
| Sets ``primaryTarget`` entry in project file.