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


I CC'd Anthony since he most recently built a newlib-based cross.

Boehm> I did look at the patches quickly.  The first one is OK with
Boehm> me, but I think one of the other libgcj maintainers should look
Boehm> at it, since it affects the default configuration for embedded
Boehm> uses.  (Please ignore if they already did.  I'm way behind on
Boehm> my mail.)

Adam> Ok to commit?

>> dnl This is something of a hack.  When cross-compiling we turn off
>> ! dnl some functionality.  We also enable the "small" configuration.
>> ! dnl These is only correct when targetting an embedded system.  FIXME.
>> if test -n "${with_cross_host}"; then
>> AC_DEFINE(NO_SIGSET)
>> -    AC_DEFINE(NO_CLOCK)
>> -    AC_DEFINE(SMALL_CONFIG)
>> AC_DEFINE(NO_DEBUGGING)
>> fi


I'm guessing this could break the build that Anthony does.
What if we change this to decide based on the host?
Then for the win32 ports we could do the above, and for the others we
could default to defining NO_CLOCK and SMALL_CONFIG.

Tom


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