This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Enhancement Request
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Tom Tromey <tromey at redhat dot com>
- Cc: Glenn Chambers <gchamber at bright dot net>, <java at gcc dot gnu dot org>
- Date: Mon, 16 Dec 2002 09:00:24 -0500 (EST)
- Subject: Re: Enhancement Request
On 16 Dec 2002, Tom Tromey wrote:
> For the GC, I currently don't think we should. We aren't the
> canonical source and we tailor the GC to suit our needs at configure
> time.
Hmm... boehm-gc/include/Makefile.am has:
AUTOMAKE_OPTIONS = foreign
include_HEADERS = gc.h gc_backptr.h gc_local_alloc.h \
gc_pthread_redirects.h gc_cpp.h
so aren't these installed anyway?
(If so, that seems like a mistake, given that client code cannot easily
tell how the collector library was configured.)
Jeff