------- 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