This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: libjava -vs- shared libgcc
>>>>> "Bryce" == Bryce McKinlay <bryce@albatross.co.nz> writes:
Bryce> gcj (and c++) should always use -lgcc_s if the platform uses a
Bryce> shared libgcc. So somehow, jvspec.c isn't being told to use
Bryce> gcc_s by default.
This was happening even when not using gcj. So it probably isn't a
bug in jvspec.c.
Bryce> Perhaps ENABLE_SHARED_LIBGCC is not being defined for PowerPC?
I'll investigate.
Tom