File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ apt-get install -y git-core cmake g++ libmysqlclient-dev \
1717 libcloog-ppl0 libelf-dev libdwarf-dev subversion python-software-properties \
1818 libmagickwand-dev libxslt1-dev ocaml-native-compilers libevent-dev
1919
20- echo Upgrading gcc to 4.7
20+ echo Upgrading gcc to 4.8
2121add-apt-repository ppa:ubuntu-toolchain-r/test
2222apt-get update
23- apt-get install -y gcc-4.7 g++-4.7
24- update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.7 60 \
25- --slave /usr/bin/g++ g++ /usr/bin/g++-4.7
23+ apt-get install -y gcc-4.8 g++-4.8
24+ update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 60 \
25+ --slave /usr/bin/g++ g++ /usr/bin/g++-4.8
2626update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.6 40 \
2727 --slave /usr/bin/g++ g++ /usr/bin/g++-4.6
28- update-alternatives --set gcc /usr/bin/gcc-4.7
28+ update-alternatives --set gcc /usr/bin/gcc-4.8
2929
3030echo Installing Boost 1.49
3131add-apt-repository ppa:mapnik/boost
You can’t perform that action at this time.
0 commit comments