[Bug bootstrap/37612] libgcc/configure (as script)fail with "line 77 exec : : not found."
brian at dessent dot net
gcc-bugzilla@gcc.gnu.org
Tue Sep 23 11:45:00 GMT 2008
------- Comment #3 from brian at dessent dot net 2008-09-23 11:43 -------
Subject: Re: libgcc/configure (as script)fail with "line
77 exec : : not found."
Your cross-assembler and linker should be named $target-as and
$target-ld so they can't clash with the host tools, and this is what the
configure script will look for. This is the default when building a
cross-binutils so unless you go out of your way to break it everything
should be fine -- just make sure to configure both cross-binutils and
cross-gcc with the same target so that the names match.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37612
More information about the Gcc-bugs
mailing list