diff options
author | Craig Scott <craig.scott@crascit.com> | 2021-05-15 06:12:22 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2021-05-15 06:31:16 (GMT) |
commit | 2eba7d75248142483107ca0194c718f4a9f1796d (patch) | |
tree | 8bdb090ee5e4558044f091034cc83ec9d0728e92 /Help/command/LINK_OPTIONS_LINKER.txt | |
parent | b20c1f4880aa7fb764f4e2a47b92fca846e84941 (diff) | |
download | CMake-2eba7d75248142483107ca0194c718f4a9f1796d.zip CMake-2eba7d75248142483107ca0194c718f4a9f1796d.tar.gz CMake-2eba7d75248142483107ca0194c718f4a9f1796d.tar.bz2 |
Help: Add SHELL, LINKER and host/device discussions to property docs
Section headings are also added for each common block to help guide
the reader and improve navigation.
Fixes: #21640
Diffstat (limited to 'Help/command/LINK_OPTIONS_LINKER.txt')
-rw-r--r-- | Help/command/LINK_OPTIONS_LINKER.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/command/LINK_OPTIONS_LINKER.txt b/Help/command/LINK_OPTIONS_LINKER.txt index 3f66181..e71e5ea 100644 --- a/Help/command/LINK_OPTIONS_LINKER.txt +++ b/Help/command/LINK_OPTIONS_LINKER.txt @@ -1,3 +1,6 @@ +Handling Compiler Driver Differences +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + To pass options to the linker tool, each compiler driver has its own syntax. The ``LINKER:`` prefix and ``,`` separator can be used to specify, in a portable way, options to pass to the linker tool. ``LINKER:`` is replaced by the |