This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: why isn't --with-threads=posix the default for linux?
- From: Tom Tromey <tromey at redhat dot com>
- To: Adam Megacz <gcj at lists dot megacz dot com>
- Cc: java at gcc dot gnu dot org
- Date: 23 Apr 2002 15:45:31 -0600
- Subject: Re: why isn't --with-threads=posix the default for linux?
- References: <86ofgb89yu.fsf@megacz.com>
- Reply-to: tromey at redhat dot com
>>>>> "Adam" == Adam Megacz <gcj@lists.megacz.com> writes:
Adam> Why does it default to no threads?
We follow what gcc does. I don't recall why gcc defaults to no
threads. It might just be that nobody wrote a patch for it.
Tom