This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: Many Failures In libjava Testsuite!


Bryce,

This patch combines both of our ideas and looks pretty clean.

Benefits:

The exportable gc_config.h will only contain THREAD_LOCAL_ALLOC, but could easily be extended contain more with a simple extension to the grep.

The internal autoheadered configuration file will be named gc_int_config.h which should stop another library from accidently including boehm-gc's config.h instead of its own.

The new stampfile logic was duplicated from automakes own stampfile logic.

It's been bootstrapped, but not yet regression tested on i686-pc-linux.

If those pass, OK to install?

KC


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