summaryrefslogtreecommitdiff
path: root/config/libc
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-12-13 21:53:36 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-12-13 21:53:36 (GMT)
commit5280cd71beeedfff4d980487e91455405de4e1d2 (patch)
treef81f420cba144e71393ec9852fc6734ed255e088 /config/libc
parentc5462c814f3701881f13e6e20419803ed5516d6b (diff)
libc/glibc: move some options around
Diffstat (limited to 'config/libc')
-rw-r--r--config/libc/glibc.in56
1 files changed, 28 insertions, 28 deletions
diff --git a/config/libc/glibc.in b/config/libc/glibc.in
index c049604..b2fc88c 100644
--- a/config/libc/glibc.in
+++ b/config/libc/glibc.in
@@ -10,6 +10,34 @@ config LIBC_glibc
choice
bool
+ prompt "Retrieval method"
+ default LIBC_GLIBC_TARBALL
+
+config LIBC_GLIBC_TARBALL
+ bool
+ prompt "Released tarball"
+ help
+ Until end of Februrary 2009, there was no tarball for glibc releases
+ 2.8 and later. This was intentional.
+
+ Then, all of a sudden, tarballs for those releases have appeared at the
+ traditional download place (ftp.gnu.org).
+
+ Some of the glibc people argue that fixes are committed to the maintenance
+ branch, and thus it is the best plac e to retrieve the glibc from.
+ On the other hand, it might be preferable to always generate a toolchain
+ using a known code-base, so the toolchain can be reproducible.
+
+ For version prior to 2.8, tarballs were readily available.
+
+ If you want your toolchain to really be reproducible, say 'Y' here.
+ If you can live with a moving code-base, look at the other choice
+ entries, below.
+
+endchoice
+
+choice
+ bool
prompt "glibc version"
# Don't remove next line
# CT_INSERT_VERSION_BELOW
@@ -85,31 +113,3 @@ config LIBC_VERSION
default "2.5.1" if LIBC_V_2_5_1
default "2.5" if LIBC_V_2_5
default "2.3.6" if LIBC_V_2_3_6
-
-choice
- bool
- prompt "Retrieval method"
- default LIBC_GLIBC_TARBALL
-
-config LIBC_GLIBC_TARBALL
- bool
- prompt "Released tarball"
- help
- Until end of Februrary 2009, there was no tarball for glibc releases
- 2.8 and later. This was intentional.
-
- Then, all of a sudden, tarballs for those releases have appeared at the
- traditional download place (ftp.gnu.org).
-
- Some of the glibc people argue that fixes are committed to the maintenance
- branch, and thus it is the best plac e to retrieve the glibc from.
- On the other hand, it might be preferable to always generate a toolchain
- using a known code-base, so the toolchain can be reproducible.
-
- For version prior to 2.8, tarballs were readily available.
-
- If you want your toolchain to really be reproducible, say 'Y' here.
- If you can live with a moving code-base, look at the other choice
- entries, below.
-
-endchoice