diff options
author | David Holsgrove <david.holsgrove@xilinx.com> | 2012-10-11 14:37:45 +1000 |
---|---|---|
committer | David Holsgrove <david.holsgrove@xilinx.com> | 2012-10-11 14:37:45 +1000 |
commit | 110027316e7320a6a187436e5a990b1166b06b59 (patch) | |
tree | 2763e09d68e8eb0661744c741f587b345a5d722d | |
parent | 9c58cc9b7418e4be045116df43765df7662270ed (diff) | |
download | crosstool-ng-110027316e7320a6a187436e5a990b1166b06b59.tar.gz crosstool-ng-110027316e7320a6a187436e5a990b1166b06b59.tar.bz2 crosstool-ng-110027316e7320a6a187436e5a990b1166b06b59.zip |
libc/glibc: Remove redundant LIBC_GLIBC_TARBALL config option
Unused since January 2010.
Signed-off-by: "David Holsgrove" <david.holsgrove@xilinx.com>
Message-Id: <7a666ba8c0ea5e8f4b18.1349931190@localhost.localdomain>
PatchWork-Id: 190783
-rw-r--r-- | config/libc/glibc.in | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/config/libc/glibc.in b/config/libc/glibc.in index 963fb38a..0cf6287e 100644 --- a/config/libc/glibc.in +++ b/config/libc/glibc.in @@ -9,34 +9,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 - -choice - bool prompt "glibc version" # Don't remove next line # CT_INSERT_VERSION_BELOW |