-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
David Edelsohn wrote:
> make[4]: Entering directory `/tmp/20060221/prev-gcc'
> /tmp/20060221/./prev-gcc/xgcc -B/tmp/20060221/./prev-gcc/ ... -o xgcc
> collect2: error trying to exec '/tmp/20060221/./prev-gcc/xgcc': execvp: A
> file or directory in t
> Daniel Jacobowitz writes:
Daniel> Want to try this?
Much better with the patch. Hopefully it can be committed to
mainline soon.
Thanks, David
On Tue, Feb 21, 2006 at 02:16:27PM -0500, Daniel Jacobowitz wrote:
> On Tue, Feb 21, 2006 at 01:50:47PM -0500, David Edelsohn wrote:
> > if [ -d ../prev-gcc ]; then \
> > cd ../prev-gcc && \
> > make install-headers-tar DESTDIR=`pwd`/../gcc/ \
> > libsubdir=. ; \
> > else \
>
> That's the
On Tue, Feb 21, 2006 at 01:50:47PM -0500, David Edelsohn wrote:
> if [ -d ../prev-gcc ]; then \
> cd ../prev-gcc && \
> make install-headers-tar DESTDIR=`pwd`/../gcc/ \
> libsubdir=. ; \
> else \
That's the problem.
Paolo, we can't run make targets inside prev-gcc. install-headers-tar
ha
The relevant build lines, starting with stage2 build of cc1.
ranlib libbackend.a
/tmp/20060221/./prev-gcc/xgcc -B/tmp/20060221/./prev-gcc/ ... -o cc1-dummy
build/genchecksum cc1-dummy > cc1-checksum.c
/tmp/20060221/./prev-gcc/xgcc -B/tmp/20060221/./prev-gcc/ ... -o cc1-checksum.o
/tmp/20060221/./
On Tue, Feb 21, 2006 at 01:15:47PM -0500, David Edelsohn wrote:
> The latest toplevel bootstrap patches have broken bootstrap on
> AIX. Executables are being re-linked when installed in prev-gcc. In
> stage2, it relinks with the system gcc, which works, but in stage3 it
> relinks with prev-
The latest toplevel bootstrap patches have broken bootstrap on
AIX. Executables are being re-linked when installed in prev-gcc. In
stage2, it relinks with the system gcc, which works, but in stage3 it
relinks with prev-gcc/xgcc which does not exist because the bootstrap is
in the process