From 340875e473ccc1cbfce13529ad2cbb5ffc0660f7 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Wed, 26 Dec 2012 12:15:10 +0100 Subject: libc/eglibc: remove now superfluous config knobs All eglibc versions we now have support pkgversion and bugurl. Signed-off-by: "Yann E. MORIN" --- config/libc/eglibc.in | 39 ++------------------------------------- 1 file changed, 2 insertions(+), 37 deletions(-) (limited to 'config/libc/eglibc.in') diff --git a/config/libc/eglibc.in b/config/libc/eglibc.in index 1dd2c97b..3473c4fd 100644 --- a/config/libc/eglibc.in +++ b/config/libc/eglibc.in @@ -27,42 +27,35 @@ config LIBC_EGLIBC_V_2_16 config LIBC_EGLIBC_V_2_15 bool prompt "2_15" - select LIBC_EGLIBC_2_15_or_later config LIBC_EGLIBC_V_2_14 bool prompt "2_14" - select LIBC_EGLIBC_2_14_or_later config LIBC_EGLIBC_V_2_13 bool prompt "2_13" - select LIBC_EGLIBC_2_13_or_later config LIBC_EGLIBC_V_2_12 bool prompt "2_12" - select LIBC_EGLIBC_2_12_or_later config LIBC_EGLIBC_V_2_11 bool prompt "2_11" - select LIBC_EGLIBC_2_11_or_later config LIBC_EGLIBC_V_2_10 bool prompt "2_10" - select LIBC_EGLIBC_2_10_or_later config LIBC_EGLIBC_V_2_9 bool prompt "2_9" - select LIBC_EGLIBC_2_9_or_later config LIBC_EGLIBC_V_TRUNK bool prompt "'trunk'" - select LIBC_EGLIBC_2_14_or_later + select LIBC_EGLIBC_2_16_or_later help Selecting this will export the trunk of the eglibc subversion repository. @@ -84,38 +77,10 @@ config LIBC_VERSION 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 - -config LIBC_EGLIBC_2_14_or_later - bool - select LIBC_EGLIBC_2_13_or_later - -config LIBC_EGLIBC_2_13_or_later - bool - select LIBC_EGLIBC_2_12_or_later - -config LIBC_EGLIBC_2_12_or_later - bool - select LIBC_EGLIBC_2_11_or_later - -config LIBC_EGLIBC_2_11_or_later - bool - select LIBC_EGLIBC_2_10_or_later - -config LIBC_EGLIBC_2_10_or_later - bool - select LIBC_EGLIBC_2_9_or_later - -config LIBC_EGLIBC_2_9_or_later - bool - select LIBC_EGLIBC_HAS_PKGVERSION_BUGURL config LIBC_EGLIBC_HAS_PKGVERSION_BUGURL bool + default y if CONFIGURE_has_svn -- cgit v1.2.3