This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: IGNORE LAST POST; gc not at fault; questions about mutexes vscritical sections
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Adam Megacz <gcj at lists dot megacz dot com>
- Cc: "''java at gcc dot gnu dot org ' '" <java at gcc dot gnu dot org>
- Date: Mon, 24 Dec 2001 11:52:42 -0500 (EST)
- Subject: Re: IGNORE LAST POST; gc not at fault; questions about mutexes vscritical sections
On 23 Dec 2001, Adam Megacz wrote:
> Why does boehm-gc automatically use SMALL_CONFIG when crosscompiling?
Probably for the same reason libjava assumes newlib. That is, the most
common use for cross-compiling is embedded applications. See the FIXME
note in configure.in.
I think adding a special case here for mingw would be appropriate.
Jeff