------- Comment #9 from pinskia at gcc dot gnu dot org 2009-12-09 20:21 -------
/mnt/share/bld/gcc-i686/./gcc/as: line 83: exec: : not found
That means as was not being found ...
Try using either --with-as= or setting build=host=target (that is
--target=i686-unknown-linux-gnu --host=i686-unknown-linux-gnu
--build=i686-unknown-linux-gnu ).
So what is happening right now is that you are building a cross compiler which
normally finds as as i686-unknown-linux-gnu-as (likewise for ld and ar).
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42345