diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-06-30 18:14:01 +0200 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2011-06-30 18:14:01 +0200 |
commit | 2dfb4412bf200b63bcd6c1868ea14bc5b8f259ad (patch) | |
tree | 62c5d59aa493b909121f4550d010875cba19efcd /config/libc/eglibc.in | |
parent | 7197a56ae66cea11ccb3ebd1f0a239625d696a02 (diff) | |
download | crosstool-ng-2dfb4412bf200b63bcd6c1868ea14bc5b8f259ad.tar.gz crosstool-ng-2dfb4412bf200b63bcd6c1868ea14bc5b8f259ad.tar.bz2 crosstool-ng-2dfb4412bf200b63bcd6c1868ea14bc5b8f259ad.zip |
libc/eglibc: Add option that allows for getting svn over http://
Instead of getting eglibc over standard svn://svn.eglibc.org
Add an option that allows the user to get source from
http://www.eglibc.org/svn
This is useful if you are behind a firewall or proxy.
If you are behind a proxy, don't forget to configure
${HOME}/.subversion/servers
In the [global] section setup your proxy configuration.
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
[yann.morin.1998@anciens.enib.fr: removed useless 'default n']
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'config/libc/eglibc.in')
-rw-r--r-- | config/libc/eglibc.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config/libc/eglibc.in b/config/libc/eglibc.in index 19e93b33..ad3f06d8 100644 --- a/config/libc/eglibc.in +++ b/config/libc/eglibc.in @@ -138,6 +138,16 @@ config EGLIBC_REVISION (*) If you want to use a date, please use ISO-8601 formats if at all possible. +config EGLIBC_HTTP + bool + prompt "use http:// instead of svn://" + help + By default, when eglibc is downloaded it is checked out using + svn://svn.eglibc.org. This option allows you to download eglibc + from http://www.eglibc.org, if you are behind a proxy or firewall. + If you are behind a proxy, don't forget to update your + .subversion/servers file with your proxy info in [global]. + config EGLIBC_CHECKOUT bool prompt "checkout instead of export" |