John Morrison wrote:
Does the environment variable GCC_EXEC_PREFIX point to where the binutils are?
A very long time ago GCC_EXEC_PREFIX used to be useful, but nowadays you should not set it. GCC will set it for you if it is really necessary. If you don't set it, then you don't have to worry about it pointing to the wrong compiler.
Jim