summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorFred Baksik <frodak17@gmail.com>2019-03-20 00:56:30 (GMT)
committerBrad King <brad.king@kitware.com>2019-03-29 16:38:12 (GMT)
commit266dadf8683c9c0081368604c4ccae12e8ffc9f7 (patch)
tree8f31f9da6d5ea106b09367c34c178462f47ef330 /Help
parent89abbdd8c8db5bf587373f2a00f6a816eddd8496 (diff)
downloadCMake-266dadf8683c9c0081368604c4ccae12e8ffc9f7.zip
CMake-266dadf8683c9c0081368604c4ccae12e8ffc9f7.tar.gz
CMake-266dadf8683c9c0081368604c4ccae12e8ffc9f7.tar.bz2
GHS: Print status message regarding GHS_OS_DIR
-- Rename platform script so it runs before initial try_compile() in project() command. -- Fix incorrect variable name GHS_OS_DIR_OPTION -- Remove unnecessary ".*" from REGEX expression for GHS_CANDIDATE_OS_DIRS -- Forward GHS_OS_DIR_OPTION to try_compile() and preserve trailing whitespace of the variable.
Diffstat (limited to 'Help')
-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 09c5b15..138e214 100644
--- a/Help/generator/Green Hills MULTI.rst
+++ b/Help/generator/Green Hills MULTI.rst
@@ -40,11 +40,12 @@ Cache variables that are used for toolset and target system customization:
| Root path for RTOS searches.
| Defaults to ``C:/ghs`` in Windows or ``/usr/ghs`` in Linux.
-* ``GHS_OS_DIR``
+* ``GHS_OS_DIR`` and ``GHS_OS_DIR_OPTION``
| Sets ``-os_dir`` entry in project file.
| Defaults to latest platform OS installation at ``GHS_OS_ROOT``. Set this value if
a specific RTOS is to be used.
+ | ``GHS_OS_DIR_OPTION`` default value is ``-os_dir``.
* ``GHS_BSP_NAME``