8 lines
225 B
Plaintext
8 lines
225 B
Plaintext
|
/* GNU ld script
|
||
|
|
||
|
Libraries in Developer Toolset are linked in statically to allow
|
||
|
compiled binaries to run even when DTS is not installed. */
|
||
|
GROUP(libdw.ar -lpthread -ldl)
|
||
|
INPUT(-lzstd -llzma -lbz2 -lz)
|
||
|
INPUT(-lelf)
|