This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "Download gcc 5.4.0 source code..." | |
wget http://ftp.gnu.org/gnu/gcc/gcc-5.4.0/gcc-5.4.0.tar.gz | |
echo "extract the tar file..." | |
tar xvfz gcc-5.4.0.tar.gz | |
cd gcc-5.4.0 | |
# Download prerequisites | |
./contrib/download_prerequisites |