summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin Jansen <jansene@google.com>2017-06-08 10:40:04 -0700
committerErwin Jansen <jansene@google.com>2017-06-08 10:40:04 -0700
commited4f6b503e1d7f2bc03d87b90084e12e33f8be4f (patch)
treefae93ecad8289e589113dd8e00ffac9f9ad40548
parente9534abf9e4916bc9f0f0c74b64ad2f404a34e97 (diff)
downloadx86_64-linux-glibc2.11-4.8-ed4f6b503e1d7f2bc03d87b90084e12e33f8be4f.tar.gz
- Ubuntu has declated this release to be old. Change-Id: I7b0aebfe801f41ce974cc9374d04e7287d106cd8
-rwxr-xr-xbuild-lucid-multilib-toolchain.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-lucid-multilib-toolchain.sh b/build-lucid-multilib-toolchain.sh
index 0bb489d..878a37d 100755
--- a/build-lucid-multilib-toolchain.sh
+++ b/build-lucid-multilib-toolchain.sh
@@ -148,7 +148,7 @@ sysroot_dir () { echo "$(install_dir)/sysroot"; }
JOBS=$(cat /proc/cpuinfo | grep -c processor)
# The base URL of the Ubuntu mirror we're going to use.
-UBUNTU_MIRROR=http://mirrors.us.kernel.org
+UBUNTU_MIRROR=http://old-releases.ubuntu.com/
# Ubuntu release name we want packages from. Can be a name or a number
# (i.e. "lucid" or "10.04")