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



Tom Tromey <tromey@redhat.com> writes:
> I CC'd Anthony since he most recently built a newlib-based cross.
> I'm guessing this could break the build that Anthony does.
> What if we change this to decide based on the host?

I think that's a great idea.

IMHO, you can't infer *anything* from the fact that you're
crosscompiling. Assuming crosscompile==embedded is just plain wrong in
many cases.

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.

  - a

-- 
"In the dream, someone was asking me 'So what you're saying is that
 all your dreams are lucid?' 'Yes,' I replied 'except for this one.'"
                                                         -- epepke@k5


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