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
| ####################### INSTALLING GCC 4.6.3( OPTIONAL AND NOT RECOMMENDED! SKIP THIS ) ####################### | |
| mkdir -p /opt/gcc-4.6/ | |
| cd /opt/gcc-4.6/ | |
| wget http://ftp.gnu.org/gnu/gcc/gcc-4.6.3/gcc-4.6.3.tar.gz | |
| tar -xvf gcc* | |
| cd gcc-4.6.3/ | |
| # we need to make some changes to get this running on new linux | |
| # I have conveniently made some patches for you | |
| # https://gist.github.com/LWSS/fae2d3c34205dc0074ddd9ed767e7e99 |