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: FYI: THREADLDFLAGS


>>>>> "Bryce" == Bryce McKinlay <bryce@waitaki.otago.ac.nz> writes:

Tom> * configure.in (THREADLDFLAGS): New subst; set correctly for
Tom> *BSD.

Bryce> Oops, aplogies if I broke that. But why invent a new flag?
Bryce> Whats wrong with THREADLIBS/THREADSPEC ?

Actually I think Alexandre Oliva checked in the combination
advance/regression patch in this case.  It's no big deal though.

THREADSPEC ends up in libgcj.spec.  For FreeBSD we already set it
differently; see the big comment in configure.in.
THREADLIBS is only used when linking libgcj.la; that was Alexandre's
change.  For FreeBSD we need to pass this to every link command.
So a new subst seemed appropriate.

Tom


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