Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Fri, 30 Oct 2020 14:20:16 -0400
From: Rich Felker <dalias@...c.org>
To: sotrdg sotrdg <euloanty@...e.com>
Cc: "musl@...ts.openwall.com" <musl@...ts.openwall.com>
Subject: Re: How to build crt?

On Fri, Oct 30, 2020 at 05:58:42PM +0000, sotrdg sotrdg wrote:
> In glibc, it is done by
> make csu/subdir_lib
> 
> How CRT is built on musl before I could build libgcc?

Can you expand on what you're trying to do? You can't build a shared
libgcc_s.so or other shared gcc target libs until you have libc.so
built, but libgcc.a (being a static/archive library) is not linked,
just an archive of compiled files, and thus can be built just fine
without having built anything from libc.

Rich

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.