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]
Other format: [Raw text]

Re: [patch] hpux boehm-gc adjustments, trunk


>>>>> "Andreas" == Andreas Tobler <toa@pop.agri.ch> writes:

Andreas> Hm, I first had to modify the configury for libjava and there we have
Andreas> this THREADSPEC.

In libjava, THREADSPEC is an AC_SUBST that gets written into
libgcj.spec.  The compiler reads this, and then the appropriate thread
libraries are automatically linked in at link time.  It wouldn't do
anything in the GC -- this variable isn't mentioned elsewhere in the
GC's configure.

Tom


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