This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/37612] libgcc/configure (as script)fail with "line 77 exec : : not found."
- From: "brian at dessent dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Sep 2008 11:43:55 -0000
- Subject: [Bug bootstrap/37612] libgcc/configure (as script)fail with "line 77 exec : : not found."
- References: <bug-37612-16717@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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