Skip to content

Commit

Permalink
uClibc-ng: Remove 1.0.17 and 1.0.18
Browse files Browse the repository at this point in the history
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
  • Loading branch information
bhundven committed Dec 1, 2016
1 parent 583fe25 commit 93dab05
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions config/libc/uClibc.in
Expand Up @@ -83,17 +83,6 @@ config LIBC_UCLIBC_NG_V_1_0_19
prompt "1.0.19"
select LIBC_UCLIBC_NG_1_0_15_or_later

config LIBC_UCLIBC_NG_V_1_0_18
bool
prompt "1.0.18"
depends on EXPERIMENTAL
select LIBC_UCLIBC_NG_1_0_15_or_later

config LIBC_UCLIBC_NG_V_1_0_17
bool
prompt "1.0.17"
select LIBC_UCLIBC_NG_1_0_15_or_later

config LIBC_UCLIBC_V_0_9_33_2
bool
prompt "0.9.33.2"
Expand All @@ -106,8 +95,6 @@ config LIBC_VERSION
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
default "1.0.19" if LIBC_UCLIBC_NG_V_1_0_19
default "1.0.18" if LIBC_UCLIBC_NG_V_1_0_18
default "1.0.17" if LIBC_UCLIBC_NG_V_1_0_17
default "0.9.33.2" if LIBC_UCLIBC_V_0_9_33_2

endif # ! LIBC_UCLIBC_CUSTOM
Expand Down

0 comments on commit 93dab05

Please sign in to comment.