As you might have seen in the last changset, build-infra now builds on 32bit windows.
Fredrik Öhrström
fredrik.ohrstrom at oracle.com
Fri Nov 4 14:52:16 PDT 2011
----- stuart.marks at oracle.com skrev:
> something have determined that his system is big-endian?
> I just wanted to point this out. This might indicate that something
> else has gone wrong earlier in the configure process.
I now know what the problem is, the configure script, adds LDFLAGS to cl.exe
when building an executable for testing bigendian. But the LDFLAGS are only
valid for linking using link.exe, thus it fails.
I will have to think through this a bit to come up with a cleaner solution.
It probably involves not setting LDFLAGS, but instead LDFLAGS_LIB and using
that to setup LDFLAGS_JDKLIB later on.
//Fredrik
More information about the build-infra-dev
mailing list