From db9f38f824cc6b04116f8c704048c8611a9dc64c Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Mon, 2 Feb 2009 21:07:07 +0000 Subject: 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 --git a/config/libc/eglibc.in b/config/libc/eglibc.in index bcda338..72ef1f2 100644 --- a/config/libc/eglibc.in +++ b/config/libc/eglibc.in @@ -18,19 +18,23 @@ choice 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 @@ config LIBC_VERSION 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! -- cgit v0.10.2-6-g49f6