summaryrefslogtreecommitdiff
path: root/config/libc
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-01-11 21:47:58 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-01-11 21:47:58 (GMT)
commitc5462c814f3701881f13e6e20419803ed5516d6b (patch)
tree1206f9767fc598446eb3987d0ef2d30cbb3353c2 /config/libc
parent494bcf37512aea84c4661b0d930294b41c0b2832 (diff)
libc/glibc: get rid of the now obsolete CVS stuff
It's now been a while that glibc switched to git from cvs. Get rid of cvs to download glibc; this will make for a good cleanup before we add git support! :-)
Diffstat (limited to 'config/libc')
-rw-r--r--config/libc/glibc-eglibc.in-common10
-rw-r--r--config/libc/glibc.in28
2 files changed, 6 insertions, 32 deletions
diff --git a/config/libc/glibc-eglibc.in-common b/config/libc/glibc-eglibc.in-common
index 61d6dba..8a2a6ce 100644
--- a/config/libc/glibc-eglibc.in-common
+++ b/config/libc/glibc-eglibc.in-common
@@ -84,10 +84,12 @@ config LIBC_ADDONS_LIST
Eg.: crypt (for very old libces)
-if LIBC_GLIBC_2_8_or_later && ( LIBC_GLIBC_USE_PORTS || ( LIBC_ADDONS_LIST != "" ) )
-comment "WARNING!!!"
-comment "For glibc >= 2.8, addons are only available via a CVS checkout."
-comment "Be sure to review the associated options, above."
+if LIBC_GLIBC_USE_PORTS || ( LIBC_ADDONS_LIST != "" )
+comment "WARNING !!! "
+comment "| For glibc >= 2.8, it can happen that the tarballs "
+comment "| for the addons are not available for download. "
+comment "| If that happens, bad luck... Try a previous version "
+comment "| or try again later... :-( "
endif
if KERNEL_linux
diff --git a/config/libc/glibc.in b/config/libc/glibc.in
index c06b514..c049604 100644
--- a/config/libc/glibc.in
+++ b/config/libc/glibc.in
@@ -33,12 +33,10 @@ config LIBC_V_2_10_1
config LIBC_V_2_9
bool
prompt "2.9"
- select LIBC_GLIBC_2_8_or_later
config LIBC_V_2_8
bool
prompt "2.8"
- select LIBC_GLIBC_2_8_or_later
config LIBC_V_2_7
bool
@@ -88,10 +86,6 @@ config LIBC_VERSION
default "2.5" if LIBC_V_2_5
default "2.3.6" if LIBC_V_2_3_6
-config LIBC_GLIBC_2_8_or_later
- bool
- default n
-
choice
bool
prompt "Retrieval method"
@@ -100,7 +94,6 @@ choice
config LIBC_GLIBC_TARBALL
bool
prompt "Released tarball"
- depends on ! LIBC_GLIBC_2_8_or_later || ! ( LIBC_GLIBC_USE_PORTS || ( LIBC_ADDONS_LIST != "" ) )
help
Until end of Februrary 2009, there was no tarball for glibc releases
2.8 and later. This was intentional.
@@ -119,25 +112,4 @@ config LIBC_GLIBC_TARBALL
If you can live with a moving code-base, look at the other choice
entries, below.
-config LIBC_GLIBC_CVS
- bool
- prompt "CVS checkout"
- help
- See the help for the entry "Released tarball", above.
-
- If you can live with a moving code-base, say 'Y' here.
- If you want your toolchain to really be reproducible, look at the
- choice entry "Released tarball from FTP", above.
-
-if LIBC_GLIBC_CVS
-
-config LIBC_GLIBC_CVS_date
- string
- prompt "checkout as of date"
- default ""
- help
- The date, in ISO-8601 format, at which to check out the repository.
-
-endif # LIBC_GLIBC_CVS
-
endchoice