Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Mon, 7 May 2012 08:34:53 -0400
From: Rich Felker <dalias@...ifal.cx>
To: musl@...ts.openwall.com
Subject: Re: musl 0.9.0 released

On Mon, May 07, 2012 at 09:18:23AM +0200, Truls Becken wrote:
> On 2012-05-06, at 23:39, Rich Felker wrote:
> 
> > As for what's in store for the future, I'm hoping to expand PIE
> > support to make fully static-linked PIE binaries possible, get musl
> > ported to more targets, improve the size and performance of the math
> > code while not sacrificing correctness, add zoneinfo file support for
> > timezones, add some level of locale support, and improve pthreads with
> > the addition of scheduling priority support.
> 
> Any plans to support using musl with Clang as C++ compiler?

I'd like to support that usage, and one of the recent changes, dummy
_LARGEFILE64_SOURCE, should work around one of the most annoying
issues in clang itself. At this point it might just work, but I
suspect it has a few other problems left. I'd be interested in
reports on what if anything it still blocking it from working.

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.