Fix the build-install-lldb.sh network failure.
authorMike McLaughlin <mikem@microsoft.com>
Tue, 23 Apr 2019 05:05:46 +0000 (22:05 -0700)
committerMike McLaughlin <mikem@microsoft.com>
Tue, 23 Apr 2019 05:05:46 +0000 (22:05 -0700)
Changed downloading binutils from sourceware.org to http://ftp.gnu.org/gnu/binutils.

documentation/lldb/centos7/build-install-lldb.sh

index 1c4cda2bb1e905a60bb6d9922739ef33cc92c97f..651dd964ca0f70b7fd3c5381caf90e644f197cfc 100755 (executable)
@@ -2,7 +2,7 @@
 sudo yum install doxygen libedit-devel libxml2-devel python-argparse python-devel readline-devel swig xz
 
 cd $HOME
-wget ftp://sourceware.org/pub/binutils/snapshots/binutils-2.29.1.tar.xz
+wget http://ftp.gnu.org/gnu/binutils/binutils-2.29.1.tar.xz
 wget http://releases.llvm.org/3.9.1/cfe-3.9.1.src.tar.xz
 wget http://releases.llvm.org/3.9.1/llvm-3.9.1.src.tar.xz
 wget http://releases.llvm.org/3.9.1/lldb-3.9.1.src.tar.xz