You copied the Doc URL to your clipboard.
--dynamic_linker=name
Specifies the dynamic linker to use to load and relocate the file at runtime.
Note
Not supported for AArch64 state.Syntax
--dynamic_linker=
name
--dynamiclinker=
name
Where
is the name of the dynamic linker to store
in the executable.name
Usage
When you link with shared objects, the dynamic linker to use is stored in the executable. This option specifies a particular dynamic linker to use when the file is executed.