mailing list of musl libc
 help / color / mirror / code / Atom feed
* Dynamic linker name
@ 2016-06-06  1:47 Lei Zhang
  2016-06-06  2:57 ` Rich Felker
  2016-06-14 14:43 ` Khem Raj
  0 siblings, 2 replies; 15+ messages in thread
From: Lei Zhang @ 2016-06-06  1:47 UTC (permalink / raw)
  To: musl, Luca Barbato

Hi,

I'm trying to make a few changes to clang/LLVM to make it work with
musl, i.e. link executables against musl instead of glibc.

One of the changes involved is to tell clang where to find musl's
dynamic linker. My question is: is musl's dynamic linker always named
"ld-musl-$ARCH.so.1" and put under /lib?

More specifically, on a multilib system, which of the following is encouraged?

1. /lib/ld-musl-{x86,x86_64}.so.1
2. /lib32/ld-musl-x86.so.1 and /lib64/ld-musl-x86_64.so.1


Thanks,
Lei


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2016-06-15 14:54 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-06  1:47 Dynamic linker name Lei Zhang
2016-06-06  2:57 ` Rich Felker
2016-06-14 14:43 ` Khem Raj
2016-06-14 15:04   ` Szabolcs Nagy
2016-06-14 15:09     ` Khem Raj
2016-06-14 15:11     ` Rafael Espíndola
2016-06-14 15:56       ` Lei Zhang
2016-06-15  3:06         ` Lei Zhang
2016-06-15  7:10           ` Felix Janda
2016-06-15  8:16             ` Lei Zhang
2016-06-15  9:31               ` Luca Barbato
2016-06-15  9:39                 ` Lei Zhang
2016-06-15 13:00                   ` Bobby Bingham
2016-06-15 14:23                     ` Lei Zhang
2016-06-15 14:54                     ` Khem Raj

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).