CentOS6.x 升级GCC到4.8
1 2 3 |
shell># curl -Lks http://www.hop5.in/yum/el6/hop5.repo > /etc/yum.repos.d/hop5.repo shell># yum install gcc gcc-g++ -y shell># gcc --version |
1 2 3 |
shell># curl -Lks http://www.hop5.in/yum/el6/hop5.repo > /etc/yum.repos.d/hop5.repo shell># yum install gcc gcc-g++ -y shell># gcc --version |