Re: Building 32-bit on 64-bit Linux without jprt.config?

2009-05-20 Thread David Holmes - Sun Microsystems
Sorry that flag should be LP64=1 David David Holmes - Sun Microsystems said the following on 05/21/09 12:40: jprt.config is used by our internal build/test system so I don't know why your changes were made there. Anyway the main changes would be in the top-level makefiles (possibly top-level o

Re: Building 32-bit on 64-bit Linux without jprt.config?

2009-05-20 Thread David Holmes - Sun Microsystems
jprt.config is used by our internal build/test system so I don't know why your changes were made there. Anyway the main changes would be in the top-level makefiles (possibly top-level of each sub-repository). I've only done this for hotspot and then in an older version of the system. But the b

Building 32-bit on 64-bit Linux without jprt.config?

2009-05-20 Thread Nicholas Riley
Hi, For a while I've been patching jprt.config to build 32-bit on a 64-bit Linux machine, as was discussed back here: The exact patch I was using is: However,