This is the mail archive of the java@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: 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


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