How do I get llvm-gcc to point to gcc instead of clang?
Solution 1:
Apple and xcode do not provide gcc. Any file called gcc us a link to clang
You need to install gcc from a third party and also check the version has mp enabled.
The easiest way is to install gcc using a package manager like macports, homebrew or fink.