'Unfamiliar linker switch "-dynamic-linker"
I have some (admittedly old) makefile that generates a command line of the form -
clang++ <...> -Wl,-dynamic-linker [..path..]/ld-2.19.so <...>
As far as I can see the -dynamic-linker switch is undocumented. It does not control the used linker (there's -fuse-ld for that), and I don't know what the pointed .so file does.
Anyone seen something similar?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
