Subject: | Support systems with clang++ |
Some systems don't have g++ installed by default, but something else --- e.g. freebsd 10 + 11 has clang++. I think most portable is to just specify CC=c++, which should work with both clang and gcc based systems.