# HG changeset patch # User "Yann E. MORIN" # Date 1233608827 0 # Node ID b6b576b16e7c964dbfed97b449bcaa2d860e28c5 # Parent f6be430d09d08e14992076a9fcea375a449e3b08 Add option for the latest eglibc 2_9 branch. /trunk/config/libc/eglibc.in | 13 9 4 0 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff -r f6be430d09d0 -r b6b576b16e7c config/libc/eglibc.in --- a/config/libc/eglibc.in Mon Feb 02 21:05:40 2009 +0000 +++ b/config/libc/eglibc.in Mon Feb 02 21:07:07 2009 +0000 @@ -18,19 +18,23 @@ config EGLIBC_V_2_5 bool - prompt "2.5" + prompt "2_5" config EGLIBC_V_2_6 bool - prompt "2.6" + prompt "2_6" config EGLIBC_V_2_7 bool - prompt "2.7" + prompt "2_7" config EGLIBC_V_2_8 bool - prompt "2.8" + prompt "2_8" + +config LIBC_V_2_9 + bool + prompt "2_9" # CT_INSERT_VERSION_ABOVE # Don't remove above line! @@ -50,6 +54,7 @@ default "2_6" if EGLIBC_V_2_6 default "2_7" if EGLIBC_V_2_7 default "2_8" if EGLIBC_V_2_8 + default "2_9" if LIBC_V_2_9 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line!