This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: FYI: THREADLDFLAGS
- From: Tom Tromey <tromey at redhat dot com>
- To: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: 25 Mar 2002 20:39:03 -0700
- Subject: Re: Patch: FYI: THREADLDFLAGS
- References: <878z8g6rwf.fsf@creche.redhat.com> <3C9FD2AB.6080103@waitaki.otago.ac.nz>
- Reply-to: tromey at redhat dot com
>>>>> "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