Skip to content

Instantly share code, notes, and snippets.

View MihaiLupoiu's full-sized avatar

Mihai Lupoiu MihaiLupoiu

View GitHub Profile
@MihaiLupoiu
MihaiLupoiu / howto-gcc-5.2-ubuntu15.04.sh
Created January 5, 2016 21:32 — forked from maxlevesque/build_gcc.sh
how to install gcc 5.2 on ubuntu 15.04
sudo apt-get install libgmp-dev libmpc-dev libisl-dev libmpfr-dev
wget http://mirror1.babylon.network/gcc/releases/gcc-5.2.0/gcc-5.2.0.tar.bz2
tar jxvf gcc-5.2.0.tar.bz2
mkdir objdir
cd objdir
../gcc-5.2.0/configure --prefix=/tmp/mygcc5.2 --disable-multilib --disable-werror
make -j
make install
@MihaiLupoiu
MihaiLupoiu / bumpme
Last active September 22, 2017 07:42
Fri Sep 22 07:42:49 UTC 2017