This avoids looking for a mingw gcc to use as sysroot, preferring the clang installation itself over a similar gcc found in the path.
The option name, --ignore-gcc, might not be ideal - any suggestions for a better name?
Currently, I'm injecting a --sysroot parameter via a wrapper script, forcing the clang invocation to use clang_bin/../triple as sysroot, even if there's a similar named cross gcc elsewhere in PATH. With this option, I wouldn't need to use a wrapper script to manually set the sysroot.
Perhaps --ignore-gcc-toolchain would be better?