Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Fri, 17 Jun 2016 21:07:05 +0900
From: Masanori Ogino <masanori.ogino@...il.com>
To: musl@...ts.openwall.com
Subject: Re: Building multilib musl?

2016-06-17 0:21 GMT+09:00 Rich Felker <dalias@...c.org>:
> On Thu, Jun 16, 2016 at 11:56:22PM +0900, Masanori Ogino wrote:
>> Hello,
>>
>> How can we build musl for a multilib environment? I could not find
>> multilib configuration, so I guess we need to build musl for each
>> configuration to accomplish. Is it correct?
>
> Yes, but it's designed so that you can easily host them all on the
> same system. For dynamic linking, the dynamic linker for each has a
> different name and reads a different path config file (matching its
> name) from /etc, so you just need to install your libs to separate
> paths. For static linking it's all just a matter of how you do your
> build environment since the libs don't even need to be present at
> runtime.
>
> Rich

OK, now it is clear to me. Thank you!

-- 
Masanori Ogino

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.