This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: PING: patch WIN-00: boehm-gc/configure.in support for win32
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Adam Megacz <patches at lists dot megacz dot com>
- Cc: tromey at redhat dot com, java-patches at gcc dot gnu dot org, Anthony Green <green at redhat dot com>
- Date: Mon, 11 Feb 2002 07:54:49 -0500 (EST)
- Subject: Re: PING: patch WIN-00: boehm-gc/configure.in support for win32
On 10 Feb 2002, Adam Megacz wrote:
> IMHO, you can't infer *anything* from the fact that you're
> crosscompiling. Assuming crosscompile==embedded is just plain wrong in
> many cases.
True. I've been routinely testing a linux x solaris cross. Getting
SMALL_CONFIG doesn't break the build, though I lose some functionality
with it.
> There's already a switch somewhere in configure.in based on target
> host; just throw a case branch in for each target that requires
> NO_CLOCK or SMALL_CONFIG.
I don't know that anyone really has a list of such targets.
How about making SMALL_CONFIG, etc. a configurable option? It's still
marginally useful for non-embedded targets.
Jeff