diff mbox

uClibc-ng

Message ID CAAA5faHzx3Re94jwdLahbcd21eL3uGaiU7RVXWCz6S_1fUYpjA@mail.gmail.com
State New
Headers show

Commit Message

Reinoud Koornstra Nov. 16, 2015, 7:18 p.m. UTC
Hi Bryan,

I saw your change:

Reinoud.

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

Comments

Bryan Hundven Nov. 16, 2015, 9:52 p.m. UTC | #1
Reinoud,

On Mon, Nov 16, 2015 at 11:18 AM, Reinoud Koornstra
<reinoudkoornstra@gmail.com> wrote:
> Hi Bryan,
>
> I saw your change:
>
> diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in
> index 4e57be0..491bcc6 100644
> --- a/config/libc/uClibc.in
> +++ b/config/libc/uClibc.in
> @@ -26,10 +26,10 @@ choice
> # Don't remove next line
> # CT_INSERT_VERSION_BELOW
> -config LIBC_UCLIBC_NG_V_1_0_8
> +config LIBC_UCLIBC_NG_V_1_0_9
> bool
> prompt "1.0.8"
> - select LIBC_UCLIBC_NG_1_0_8_or_later
> + select LIBC_UCLIBC_NG_1_0_9_or_later
>
> However, you need to change prompt to "1.0.9" as well. :)
> Thanks,
>
> Reinoud.

Thanks! Fixed in 0929675.

Cheers,

-Bryan

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

Patch

diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in
index 4e57be0..491bcc6 100644
--- a/config/libc/uClibc.in
+++ b/config/libc/uClibc.in
@@ -26,10 +26,10 @@  choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
-config LIBC_UCLIBC_NG_V_1_0_8
+config LIBC_UCLIBC_NG_V_1_0_9
bool
prompt "1.0.8"
- select LIBC_UCLIBC_NG_1_0_8_or_later
+ select LIBC_UCLIBC_NG_1_0_9_or_later

However, you need to change prompt to "1.0.9" as well. :)
Thanks,