summaryrefslogtreecommitdiff
path: root/config/libc/glibc.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/libc/glibc.in')
-rw-r--r--config/libc/glibc.in28
1 files changed, 0 insertions, 28 deletions
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