<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 10/13/2013 08:23 AM, Henri Tuhola
wrote:<br>
</div>
<blockquote
cite="mid:CADWuzyqcm3hP3TtRKhk4xhnXvT7kqhQ_ZYbCjy5X7g+x3BOr5g@mail.gmail.com"
type="cite">
<div dir="ltr">
<div>Hello</div>
<div><br>
</div>
<div>I've been excited about possibility to make it easier to
create linux distribution from scratch. For that I've been
working on a study linux distribution that I call lelux: <a
moz-do-not-send="true"
href="https://github.com/cheery/lelux">https://github.com/cheery/lelux</a><br>
</div>
<div><br>
</div>
<div>If I wanted to get my distribution further than this I
should get a compiler inside the distribution. I suppose clang
would be easy target because it's well-structured and based on
LLVM, which is itself really sane project. I would also like
if it used musl instead of glibc.</div>
<div><br>
</div>
<div>So, how could I compile myself a clang, which compiles
software with musl, and would work within a really bare linux
distribution, such as the one I made with handful of system
files?</div>
<div><br>
</div>
<div>I've seen and tried <a moz-do-not-send="true"
href="http://wiki.musl-libc.org/wiki/BuildingLLVM">http://wiki.musl-libc.org/wiki/BuildingLLVM</a>
but I wonder if things have changed since that page was
written.</div>
</div>
<br>
</blockquote>
Hi,<br>
<br>
My distribution of clang/LLVM (<a class="moz-txt-link-freetext" href="http://ellcc.org">http://ellcc.org</a>) uses musl. It would
be very interesting to build your Linux kernel using clang as they
are doing at
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
<a href="http://llvm.linuxfoundation.org/index.php/Main_Page">http://llvm.linuxfoundation.org/index.php/Main_Page</a><br>
<br>
-Rich<br>
</body>
</html>