Skip to content

Commit 7225b02

Browse files
committed
1 parent 63abfef commit 7225b02

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Vagrantfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
2121
add-apt-repository ppa:ubuntu-toolchain-r/test
2222
apt-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
2626
update-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
3030
echo Installing Boost 1.49
3131
add-apt-repository ppa:mapnik/boost

0 commit comments

Comments
 (0)