Genex-LINK_GROUP: Add support feature RESCAN on BSD systems

This commit is contained in:
Marc Chevrier
2022-03-15 15:30:57 +01:00
parent e4039a8e34
commit d658332782
5 changed files with 22 additions and 7 deletions

View File

@@ -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.