This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Combined gcc + binutils source tree doesn't bootstrap
- From: "H.J. Lu" <hjl dot tools at gmail dot com>
- To: "Ralf Wildenhues" <Ralf dot Wildenhues at gmx dot de>, "H.J. Lu" <hjl dot tools at gmail dot com>, gcc at gcc dot gnu dot org
- Date: Fri, 28 Mar 2008 14:29:59 -0700
- Subject: Re: Combined gcc + binutils source tree doesn't bootstrap
- References: <20080328212214.GA27747@lucon.org> <20080328212710.GB16700@ins.uni-bonn.de>
On Fri, Mar 28, 2008 at 2:27 PM, Ralf Wildenhues <Ralf.Wildenhues@gmx.de> wrote:
> Hello H.J.,
>
> * H.J. Lu wrote on Fri, Mar 28, 2008 at 10:22:14PM CET:
>
> >
> > I combined the current gcc and binutils mainlines into a combined
> > gcc + binutils source tree. When I tried to bootstrap it on
> > Linux/ia32 and Linux/Intel64 with shared library enabled, it went
> > to infinit loop when as or ld from stage 2 was used. The problem is
> > ld-new tries to use itself to relink itself when it is invoked
> > first time.
>
> Do you know when this behavior was introduced? I haven't done combined
> builds for several months.
>
I have no idea. It is my first time to bootstrap the combined tree. I only used
combined tree to build cross compiler before.
H.J.