summaryrefslogtreecommitdiffstats
path: root/Help/variable
diff options
context:
space:
mode:
authorMarc Chevrier <marc.chevrier@gmail.com>2022-03-15 14:30:57 (GMT)
committerMarc Chevrier <marc.chevrier@gmail.com>2022-03-22 10:36:10 (GMT)
commitd6583327827a7d53b358cbec03186293c4a5d53d (patch)
tree3b8a74c1aaafb03013aea079fe831b841d989335 /Help/variable
parente4039a8e34d3ac01abb88851cacc5eb043a0cbc2 (diff)
downloadCMake-d6583327827a7d53b358cbec03186293c4a5d53d.zip
CMake-d6583327827a7d53b358cbec03186293c4a5d53d.tar.gz
CMake-d6583327827a7d53b358cbec03186293c4a5d53d.tar.bz2
Genex-LINK_GROUP: Add support feature RESCAN on BSD systems
Diffstat (limited to 'Help/variable')
-rw-r--r--Help/variable/LINK_GROUP_PREDEFINED_FEATURES.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/Help/variable/LINK_GROUP_PREDEFINED_FEATURES.txt b/Help/variable/LINK_GROUP_PREDEFINED_FEATURES.txt
index 7c5b458..5f1a11b 100644
--- a/Help/variable/LINK_GROUP_PREDEFINED_FEATURES.txt
+++ b/Help/variable/LINK_GROUP_PREDEFINED_FEATURES.txt
@@ -15,8 +15,8 @@ static libraries, the following feature can be used:
``-z rescan-start`` and ``-z rescan-end``).
Using this feature has a significant performance cost. It is best to use it
- only when there are unavoidable circular references between two or more static
- libraries.
+ only when there are unavoidable circular references between two or more
+ static libraries.
- This feature is available on ``Linux`` and ``SunOS`` platforms as well as
- ``Windows`` when ``GNU`` toolchain is used.
+ This feature is available on ``Linux``, ``BSD``, and ``SunOS`` target
+ platforms as well as ``Windows`` when ``GNU`` toolchain is used.