# HG changeset patch # User "Yann E. MORIN" # Date 1224496245 0 # Node ID 513d1a0c021a34c60747b7902d5aafd2165e2d30 # Parent 114a2e824cc7f2ff6235b4084473f5bc538b351f Offer a single option for the glibc/eglibc add-ons selection, rather than hiding it behind a toggle. If the list is empty, then there is no add-on. If the list is not empty, then there are add-ons. /trunk/config/libc/glibc-eglibc.in-common | 9 0 9 0 --------- 1 file changed, 9 deletions(-) diff -r 114a2e824cc7 -r 513d1a0c021a config/libc/glibc-eglibc.in-common --- a/config/libc/glibc-eglibc.in-common Sun Oct 19 12:02:13 2008 +0000 +++ b/config/libc/glibc-eglibc.in-common Mon Oct 20 09:50:45 2008 +0000 @@ -48,19 +48,10 @@ Say n only if you're sure that your architecture is in the official distribution for your chosen version. -config LIBC_ADDONS - bool - prompt "Pass extra addons list" - default n - help - If you say Y here, you'll be able to give the list of addons you want to - include in your C library. - config LIBC_ADDONS_LIST string prompt "Extra addons" default "" - depends on LIBC_ADDONS help Extra addons to include. Space separated list.