This is the mail archive of the java-patches@sourceware.cygnus.com 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: PPC issues


>>>>> "Jeff" == Jeff Sturm <jsturm@sigma6.com> writes:

Jeff> But since you mentioned compile times... my pet peeve is libtool
Jeff> compiling each object twice.  On some archs -fPIC makes no real
Jeff> difference (e.g. Alpha).  This is probably true for any arch
Jeff> that isn't register-starved like x86.

We'd have to fix that in libtool, probably.
Fixing it in our configury would feel hacky.

You can configure with --disable-static to generate only dynamic
libraries if you like.

Tom

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