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

Re: [Ada] Extensions of constrained discriminated with other progenitors


On Tue, Jun 15, 2010 at 11:45 AM, Arnaud Charlet <charlet@adacore.com> wrote:
>> For some reason this batch of changes caused parallel bootstrap
>> on x86_64 to fail for me with linker errors linking the RTS complaining
>> about x86_64_32 relocs and missing -fPIC. ?A rm gcc/ada/rts/*.o and
>> a build re-start gets me past this error.
>
> I suspect this is a latent bug in the Makefile, unrelated to my changes.
> FWIW, I always do a
>
> rm -f x86_64-unknown-linux-gnu/libada/stamp-libada gcc/stamp-*
>
> before starting a build, since since timestamp business simply does not
> work in my experience and causes all kinds of troubles (such as the one
> you've experienced I suspect).

Oh, this is clean bootstraps from an empty object directory, not some
fancy re-builds.  I'm currently trying to reproduce on another machine,
just to make sure ...

> Arno
>


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