musl stable 1.1.11[1] / August 30, 2015

Reinoud Koornstra reinoudkoornstra@gmail.com
Fri Nov 20 23:13:00 GMT 2015


Hi Bryan,

It seems that 1.1.11 is now the stable version of musl.
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

--
For unsubscribe information see http://sourceware.org/lists.html#faq



More information about the crossgcc mailing list