# HG changeset patch # User Bryan Hundven # Date 1341286616 25200 # Node ID 0f50dc3963872a03baedda9fd7e74e3d767182dd # Parent e5f4367d55d86b05d206df35ef53eddeab25a159 libc/eglibc: Add eglibc 2.16 Patches don't need to come forward, as they are in this branch. Signed-off-by: Bryan Hundven Message-Id: <6fdf77081379812820e8.1341286640@flambe.is-a-geek.org> diff -r e5f4367d55d8 -r 0f50dc396387 config/libc/eglibc.in --- a/config/libc/eglibc.in Mon Jul 02 20:31:06 2012 -0700 +++ b/config/libc/eglibc.in Mon Jul 02 20:36:56 2012 -0700 @@ -18,6 +18,11 @@ # Don't remove next line # CT_INSERT_VERSION_BELOW +config LIBC_EGLIBC_V_2_16 + bool + prompt "2_16" + select LIBC_EGLIBC_2_16_or_later + config LIBC_EGLIBC_V_2_15 bool prompt "2_15" @@ -86,6 +91,7 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "2_16" if LIBC_EGLIBC_V_2_16 default "2_15" if LIBC_EGLIBC_V_2_15 default "2_14" if LIBC_EGLIBC_V_2_14 default "2_13" if LIBC_EGLIBC_V_2_13 @@ -99,6 +105,10 @@ default "2_5" if LIBC_EGLIBC_V_2_5 default "trunk" if LIBC_EGLIBC_V_TRUNK +config LIBC_EGLIBC_2_16_or_later + bool + select LIBC_EGLIBC_2_15_or_later + config LIBC_EGLIBC_2_15_or_later bool select LIBC_EGLIBC_2_14_or_later