diff options
Diffstat (limited to 'samples/mips-unknown-linux-uclibc')
-rw-r--r-- | samples/mips-unknown-linux-uclibc/crosstool.config | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/samples/mips-unknown-linux-uclibc/crosstool.config b/samples/mips-unknown-linux-uclibc/crosstool.config index 0c169926..03f79acb 100644 --- a/samples/mips-unknown-linux-uclibc/crosstool.config +++ b/samples/mips-unknown-linux-uclibc/crosstool.config @@ -33,7 +33,13 @@ CT_INSTALL_DIR_RO=y # CT_FORCE_DOWNLOAD is not set # CT_USE_PROXY is not set CT_PROXY_TYPE="none" -# CT_USE_LAN_MIRROR is not set +CT_USE_MIRROR=y +# CT_PREFER_MIRROR is not set +CT_MIRROR_HTTP=y +# CT_MIRROR_FTP is not set +CT_MIRROR_SCHEME="http" +CT_MIRROR_HOSTNAME="ymorin.is-a-geek.org" +CT_MIRROR_BASE="/mirrors" CT_CONNECT_TIMEOUT=10 # CT_ONLY_DOWNLOAD is not set |