Comment Re:No plans for LLVM (Score 0) 102
Also, I'm pretty sure GCC is the only compiler that requires the better part of an afternoon on modern hardware to build itself.
With parallel make, it only takes me about 20 minutes on a midrange 6-core system. Look at the -j or --jobs option. I usually use 1.5 times the number of cores for the number of jobs.