Skip to content

Instantly share code, notes, and snippets.

@dt

dt/centoscpp.sh Secret

Created May 19, 2016 21:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dt/2befc993d330fe5914ef6283c973d1d8 to your computer and use it in GitHub Desktop.
Save dt/2befc993d330fe5914ef6283c973d1d8 to your computer and use it in GitHub Desktop.
if [[ -d /opt/centos/devtoolset-1.1/ ]]; then
export CC=/opt/centos/devtoolset-1.1/root/usr/bin/gcc
export CPP=/opt/centos/devtoolset-1.1/root/usr/bin/cpp
export CXX=/opt/centos/devtoolset-1.1/root/usr/bin/c++
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment