diff options
author | Mats Wichmann <mats@linux.com> | 2021-04-04 13:22:48 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2021-04-05 15:01:02 (GMT) |
commit | 14e6f0d1b96f3bc9684922a16424d5638c2bee3f (patch) | |
tree | 945c29e49e3e4e59e05ae0fe03a591e20b1c4337 /SCons/Tool/intelc.xml | |
parent | 8f79f4c6c0ce87236f5633dcb7bc08222622b70a (diff) | |
download | SCons-14e6f0d1b96f3bc9684922a16424d5638c2bee3f.zip SCons-14e6f0d1b96f3bc9684922a16424d5638c2bee3f.tar.gz SCons-14e6f0d1b96f3bc9684922a16424d5638c2bee3f.tar.bz2 |
Add some more entity links in docs [skip appveyor] [skip travis]
The only wording changes of any note are for the link tool,
where it is suggested POSIX users don't fiddle with LINK
and SHLINK.
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'SCons/Tool/intelc.xml')
-rw-r--r-- | SCons/Tool/intelc.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/SCons/Tool/intelc.xml b/SCons/Tool/intelc.xml index 49a9296..87958a5 100644 --- a/SCons/Tool/intelc.xml +++ b/SCons/Tool/intelc.xml @@ -28,9 +28,9 @@ See its __doc__ string for a discussion of the format. <para> Sets construction variables for the Intel C/C++ compiler (Linux and Windows, version 7 and later). -Calls the &t-gcc; or &t-msvc; +Calls the &t-link-gcc; or &t-link-msvc; (on Linux and Windows, respectively) -to set underlying variables. +tool to set underlying variables. </para> </summary> <sets> @@ -48,7 +48,7 @@ to set underlying variables. <cvar name="INTEL_C_COMPILER_VERSION"> <summary> <para> -Set by the "intelc" Tool +Set by the &t-link-intelc; Tool to the major version number of the Intel C compiler selected for use. </para> |