From 838bf3a74b6abe35209a240d22aca875f4165c5e Mon Sep 17 00:00:00 2001 From: Bryan Hundven Date: Sun, 31 Aug 2014 12:21:36 -0700 Subject: libc/musl: Remove 1.0.3 and 1.1.3. Add 1.0.4. This change removes 1.0.3 and 1.1.3 and linker regession patches for those versions. We add 1.0.4, and a patch needed for gcc-4.9.x which defines `max_align_t'. Signed-off-by: Bryan Hundven --- config/libc/musl.in | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'config/libc/musl.in') diff --git a/config/libc/musl.in b/config/libc/musl.in index 7bab480d..b3bec262 100644 --- a/config/libc/musl.in +++ b/config/libc/musl.in @@ -23,14 +23,9 @@ config LIBC_MUSL_V_1_1_4 prompt "1.1.4 (Mainline)" depends on EXPERIMENTAL -config LIBC_MUSL_V_1_1_3 +config LIBC_MUSL_V_1_0_4 bool - prompt "1.1.3" - depends on EXPERIMENTAL - -config LIBC_MUSL_V_1_0_3 - bool - prompt "1.0.3 (Stable)" + prompt "1.0.4 (Stable)" config LIBC_MUSL_V_CUSTOM bool @@ -44,6 +39,5 @@ config LIBC_VERSION # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW default "1.1.4" if LIBC_MUSL_V_1_1_4 - default "1.1.3" if LIBC_MUSL_V_1_1_3 - default "1.0.3" if LIBC_MUSL_V_1_0_3 + default "1.0.4" if LIBC_MUSL_V_1_0_4 default "custom" if LIBC_MUSL_V_CUSTOM -- cgit v1.2.3