musl stable 1.1.11[1] / August 30, 2015
Reinoud Koornstra
reinoudkoornstra@gmail.com
Fri Nov 20 23:58:00 GMT 2015
Hmm i see indeed on the musl page itself it's 1.0.5
On https://en.wikipedia.org/wiki/Musl I do see 1.1.11
Hence I do not know where wikipedia got that info from.
I'll assume it's wrong, because the musl page itself doesn't show this.
Thanks,
Reinoud.
On Fri, Nov 20, 2015 at 4:52 PM, Bryan Hundven <bryanhundven@gmail.com> wrote:
> On Fri, Nov 20, 2015 at 04:13:38PM -0700, Reinoud Koornstra wrote:
>> Hi Bryan,
>>
>> It seems that 1.1.11 is now the stable version of musl.
>
> Do you have a link/reference to this? Their website still says 1.0.5 is
> (stable).
>
>> In my local system i changed the config options in config/libc/musl.in
>>
>> config LIBC_MUSL_V_1_12
>> bool
>> prompt "1.1.12 (Mainline)"
>> depends on EXPERIMENTAL
>>
>> config LIBC_MUSL_V_1_11
>> bool
>> prompt "1.1.11 (Stable)"
>>
>> and
>>
>> config LIBC_VERSION
>> string
>> # Don't remove next line
>> # CT_INSERT_VERSION_STRING_BELOW
>> default "1.1.12" if LIBC_MUSL_V_1_12
>> default "1.1.11" if LIBC_MUSL_V_1_11
>> default "custom" if LIBC_MUSL_V_CUSTOM
>
> You're more then welcome to open a pull request on Github, or send a
> patch to the mailing list and I will open a pull request on your behalf.
>
> Cheers,
>
> -Bryan
--
For unsubscribe information see http://sourceware.org/lists.html#faq
More information about the crossgcc
mailing list