I want to be able to quickly switch between two compilers, 32bit and 64bit ones. I wonder if just adding correct bin directory to PATH is enough, or I must use CC and CXX?
Here is a somewhat related question, it's about how I add and remove compilers to PATH.