summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2014-08-31 19:21:36 (GMT)
committerYann E. MORIN <yann.morin.1998@free.fr>2014-08-31 19:55:07 (GMT)
commit838bf3a74b6abe35209a240d22aca875f4165c5e (patch)
tree03fb7a2546aad61ff57a965716c9e7d8f83daf07 /config
parenta56df802eb3bc57d6ae883ad30c1825de0b24c44 (diff)
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 <bryanhundven@gmail.com>
Diffstat (limited to 'config')
-rw-r--r--config/libc/musl.in12
1 files changed, 3 insertions, 9 deletions
diff --git a/config/libc/musl.in b/config/libc/musl.in
index 7bab480..b3bec26 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