This is the mail archive of the java-patches@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: 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


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