On Wed, Aug 4, 2021, at 3:32 AM, Jonathan Wakely via Gcc wrote:
> 
> Doesn't GCC automatically look for those commands in the --prefix directory
> that you configure GCC with? Or is that only for native compilers?
> 

It will search only if --with-*=... was not passed, and it will never prefix 
the query. So yes in practice for cross compilers people do the --with-* and no 
searching happens, and for native compilers no one bothers and searching does 
happen. But to be a pedant strictly speaking the behavior is independent of 
whether the compiler is host == target or not.

Reply via email to