diff options
author | Yann E. MORIN" <yann.morin.1998@free.fr> | 2012-12-26 12:15:10 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@free.fr> | 2012-12-26 12:15:10 +0100 |
commit | 340875e473ccc1cbfce13529ad2cbb5ffc0660f7 (patch) | |
tree | 66e8b3ba1dc5d77d79c35cc6bd733528d6622156 /config/libc/eglibc.in | |
parent | 8ec9dbbc8df815dc648ef1cbfe3306669d286325 (diff) | |
download | crosstool-ng-340875e473ccc1cbfce13529ad2cbb5ffc0660f7.tar.gz crosstool-ng-340875e473ccc1cbfce13529ad2cbb5ffc0660f7.tar.bz2 crosstool-ng-340875e473ccc1cbfce13529ad2cbb5ffc0660f7.zip |
libc/eglibc: remove now superfluous config knobs
All eglibc versions we now have support pkgversion and bugurl.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'config/libc/eglibc.in')
-rw-r--r-- | config/libc/eglibc.in | 39 |
1 files changed, 2 insertions, 37 deletions
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 |