This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [libjava] Cleanup automake conditionals (part 1)
- From: Bryce McKinlay <mckinlay at redhat dot com>
- To: Kelley Cook <kcook at gcc dot gnu dot org>
- Cc: java-patches at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Wed, 15 Jun 2005 20:53:19 -0400
- Subject: Re: [libjava] Cleanup automake conditionals (part 1)
- References: <d8qhsi$fk6$1@sea.gmane.org>
Kelley Cook wrote:
This is a multi part patch to clean up the uses of AM_CONDITIONALs in
libjava.
The first one is the only one that might be controversial, though it
does not change any functionality. It is required for the next step.
This simply merges the am_conditional USING_ECOS_PLATFORM into
USING_POSIX_PLATFORM as they both do the same thing in Makefile.am.
Specifically, USING_ECOS_PLATFORM is referred to exactly once in the
libjava sources; if true it adds posix.cc into libgcj. While,
USING_POSIX_PLATFORM is also referred to exactly once in the libjava
sources; if true it also adds posix.cc into libgcj.
Bootstrapped and regtested on i686-pc-gnu-linux, OK to install?
OK
Bryce