This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


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

Re: Patch: libjava -vs- shared libgcc


>> +       -rpath $(toolexeclibdir) -shared-libgcc

Bryce> Are you sure that is the right thing to do? Won't it break
Bryce> libjava on platforms that really dont use a shared libgcc?
Bryce> Isn't this a generic problem that needs to be fixed in the
Bryce> PowerPC compiler somewhere?

Maybe it needs to be fixed in the compiler.  I don't know.  As far as
I can tell the compiler is working how it was planned to work.

I agree with your assessment though.  I'll change it so that
-shared-libgcc will only be used when --enable-shared is in effect.

I didn't even consider static-only hosts when I wrote this :-(

Tom


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