This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: powerpc-linux: C++ looks completly broken
Franz Sirl <Franz.Sirl-kernel@lauterbach.com> writes:
>
> The reason is rather clear, it's the change to shared libgcc that
> broke it, and for pure powerpc-linux a simple workaround exists as you
> can see from my other post.
>
>
> You should rather spend your time tracking down why the 2.4 kernel
> fails to compile with -gdwarf-2 -feliminate-dwarf2-dups, it stops
> somewhere in drivers/ide :-).
I'm actually spending time getting new-abi working in gdb, and getting
firewire working on my pismo (finally fixed some of the endianness
problems that are stopping it from working an hour ago, and it's much
happier already, see linux1394-devel), so i can use 90gb worth of
firewire drives on my laptop under PPC-Linux.
*Then* i'll look at the dwarf2 stuff again.
Feel free to fix the endianess problems in ohci1394.c, however, and
i'll look at the dwarf2 stuff. :)
>
>
> Franz.