Skip to content

Instantly share code, notes, and snippets.

@yuanmai
Created October 2, 2013 16:30
Show Gist options
  • Save yuanmai/6796478 to your computer and use it in GitHub Desktop.
Save yuanmai/6796478 to your computer and use it in GitHub Desktop.
select cc
sudo unlink /usr/bin/cc
sudo ln -s /usr/local/bin/gcc-4.2 /usr/bin/cc
sudo unlink /usr/bin/cc
sudo ln -s /usr/bin/clang /usr/bin/cc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment