This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: FYI: THREADLDFLAGS
- From: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- To: tromey at redhat dot com
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: Tue, 26 Mar 2002 13:45:15 +1200
- Subject: Re: Patch: FYI: THREADLDFLAGS
- References: <878z8g6rwf.fsf@creche.redhat.com>
Tom Tromey wrote:
>I'm checking this in on the trunk and the branch.
>
>This fixes a FreeBSD regression noted by Loren James Rittle.
>He verified that the patch works.
>
>Tom
>
>Index: ChangeLog
>from Tom Tromey <tromey@redhat.com>
> * Makefile.am (libgcj_la_LDFLAGS): Use THREADLDFLAGS.
> (jv_convert_LDFLAGS): Likewise.
> (gij_LDFLAGS): Likewise.
> (rmic_LDFLAGS): Likewise.
> (rmiregistry_LDFLAGS): Likewise.
> * configure.in (THREADLDFLAGS): New subst; set correctly for
> *BSD.
>
Oops, aplogies if I broke that. But why invent a new flag? Whats wrong
with THREADLIBS/THREADSPEC ?
regards
Bryce.