Skip to content

Instantly share code, notes, and snippets.

@lefticus
Created March 21, 2018 16:53
Show Gist options
  • Save lefticus/2e4a0adf310db5e80b903e1eeac609d0 to your computer and use it in GitHub Desktop.
Save lefticus/2e4a0adf310db5e80b903e1eeac609d0 to your computer and use it in GitHub Desktop.
git clone git://gcc.gnu.org/git/gcc.git
mkdir gcc_build
cd gcc_build
../gcc/configure --disable-bootstrap --disable-werror --disable-multilib --enable-languages=c,c++ --prefix=/usr/local
make -j3
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment