The BSD's also always define _LITTLE_ENDIAN. Typically something
like this:
#define _LITTLE_ENDIAN 1234/* LSB first: i386, vax */
#define _BIG_ENDIAN 4321/* MSB first: 68000, ibm, net */
#define _PDP_ENDIAN 3412/* LSB first in word, MSW first in long */
#define _BYTE_ORDER
On Thursday 20 March 2008 12:56:30 pm Kelly O'Hair wrote:
> On Windows, none of the above options are available or show little
> benefit. So far PCH has been the best answer, which the Hotspot team
> has done but the rest of the jdk's native sources aren't quite as normalized
> as the Hotspot sourc
use the resulting openjdk7 for ALT_BOOTDIR and complete a second
full openjdk7 bootstrap. There could be more missing bits lurking though.
I'm not sure what the best way is to validate all needed corba source is being
built.
-Kurt
On Tuesday 04 March 2008 9:56:53 am Kurt Miller wrote:
> Th
k
> doesnot list all files to be imported: some classes missing"?
> http://bugs.sun.com/view_bug.do?bug_id=6662581
>
> -Joe
>
> Kurt Miller wrote:
> > While working on OpenJDK 1.7 BSD porting efforts, I noticed not all of the
> > corba source was being compiled whic
While working on OpenJDK 1.7 BSD porting efforts, I noticed not all of the
corba source was being compiled which caused failures later in the build. It
appears to be the result of some typos in a corba Makefile:
--- corba/make/org/omg/CORBA/Makefile.orig Sat Dec 1 00:00:00 2007
+++ corba/m