This is the mail archive of the gcc-bugs@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]

[Bug bootstrap/37612] libgcc/configure (as script)fail with "line 77 exec : : not found."



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


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