This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: GCC build failed for powerpc-eabisim with your patch on2001-11-01T18:17:04Z.
- To: <gcc-bugs at gcc dot gnu dot org>
- Subject: Re: GCC build failed for powerpc-eabisim with your patch on2001-11-01T18:17:04Z.
- From: Don Lindsay <lindsayd at cisco dot com>
- Date: Sat, 10 Nov 2001 01:03:14 -0800 (PST)
- cc: Phil Edwards <pedwards at disaster dot jaj dot com>, <dave at hiauly1 dot hia dot nrc dot ca>
>> /tmp/ccOGdRdk.s:4354: Error: Relocation cannot be done when using
-mrelocatable
>> make[7]: Leaving directory
`/maat/heart/tbox/powerpc-eabisim/build/powerpc-eabisim/nof/libstdc++-v3/src'
>I did change source in libstdc++-v3, but I have no idea what this means.
>(The error text itself seems contradictory... why can't relocations be
>done when -mrelocatable is turned on? Isn't that the point of
>-mrelocatable?)
>
>And why can't I reproduce this, I wonder...?
I've reproduced this, building vanilla GCC 3.0.2 cross compilers on two
different hosts (solaris 2.6 and RH Linux 7.1).
On both hosts, making with "-j1", the xgcc compile of
<sourcearea>/libstdc++-v3/libsupc++/new_op.cc
got the reported error message. (Yes, I'd be interested in a fix or a
workaround.)
Don