Commit c43f92a5 authored by Kaiwen Xu's avatar Kaiwen Xu

Update gcc-4.8.2 tarball url to generic gnu ftpmirror.

parent 2c4ab499
...@@ -21,7 +21,7 @@ clang requires a fairly modern [host compiler](http://llvm.org/docs/GettingStart ...@@ -21,7 +21,7 @@ clang requires a fairly modern [host compiler](http://llvm.org/docs/GettingStart
``` ```
sudo apt-get install libgmp-dev libmpfr-dev libmpc-dev make build-essential libtool zip gcc-multilib autogen sudo apt-get install libgmp-dev libmpfr-dev libmpc-dev make build-essential libtool zip gcc-multilib autogen
cd ~/pyston_deps cd ~/pyston_deps
wget 'http://www.netgull.com/gcc/releases/gcc-4.8.2/gcc-4.8.2.tar.bz2' wget http://ftpmirror.gnu.org/gcc/gcc-4.8.2/gcc-4.8.2.tar.bz2
tar xvf gcc-4.8.2.tar.bz2 tar xvf gcc-4.8.2.tar.bz2
mkdir gcc-4.8.2-{build,install} mkdir gcc-4.8.2-{build,install}
cd gcc-4.8.2-build cd gcc-4.8.2-build
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment