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 vs critical sections



"Boehm, Hans" <hans_boehm@hp.com> writes:
> The only obvious anomaly is that you are building the GC with HBLKSIZE=1024,
> probably because you are cross-compiling, and hence SMALL_CONFIG is getting
> defined.

Why does boehm-gc automatically use SMALL_CONFIG when crosscompiling?
Is there any disadvantage to simply removing that line from
configure.in?

  - a


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