8 lines
255 B
Plaintext
8 lines
255 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 libebl.ar libebl_static_pic.ar libcpu_static_pic.ar)
|
|
INPUT(-llzma -lbz2 -lz)
|
|
INPUT(-lelf)
|