/
Solaris linker flags mapping table.
Solaris linker flags mapping table.
There are several flags that the solaris linker does not support. Here we will write replacement options. Some of them can also be viewed by the ld -z help
command.
Unrecognized option | Replacement | Example |
---|---|---|
--version-scripts | -M | -Wl,--version-script=/path/to/file => -Wl,-M,/path/to/file |
--whole-archive | --no-whole-archive | -zallextract | -zdefaultextract | -Wl,--whole-archive => -Wl,-zallextract |
, multiple selections available,
Related content
Transition procedure from du2 to du3
Transition procedure from du2 to du3
Read with this
How to create local repository in the zone
How to create local repository in the zone
Read with this
How to run ELF tests on VM environment
How to run ELF tests on VM environment
More like this
How to run ZFS tests on VM environment
How to run ZFS tests on VM environment
More like this
Запуск тестов ZFS на VM
Запуск тестов ZFS на VM
More like this
Запуск тестов UTIL & MDB на VM
Запуск тестов UTIL & MDB на VM
More like this