Charles Davis cdavis5x@gmail.com writes:
@@ -319,26 +341,27 @@ char *find_tool( const char *name, const char * const *names ) names = alt_names; }
- while (*names)
- /* If we have a target triple, we really need to try the list of names
* twice: once with the triple, and once without.
*/
This doesn't make sense, if we have a target it means we are cross-compiling, and we need to use the correct tool.