This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: fixup canadian cross logic with in toplevel configure.in


On Mon, Apr 10, 2006 at 10:43:43PM -0400, Mike Frysinger wrote:
> unless i'm mistaken, canadian cross is when $build != $host ... if that's the 
> case, then the top level configure.in has a small typo where it tests for 
> $build = $host instead of $build != $host

This is incorrect; please reread the comment above the if condition,
and compare to what it's doing.  The body is suppressed for build !=
host, because it points to binaries for host.

-- 
Daniel Jacobowitz
CodeSourcery


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]