with each release we have an official or standard compiler that should be used
others may work but we try to make sure the official one always works
look at the README-builds.html file at the top of the openjdk forest
Sent from my iPhone
On Jun 26, 2012, at 12:22, Weiqi Gao wrote:
> Hi,
>
>
Here is the diff:
diff --git a/make/scripts/hgforest.sh b/make/scripts/hgforest.sh
--- a/make/scripts/hgforest.sh
+++ b/make/scripts/hgforest.sh
@@ -98,7 +98,8 @@
(
(
if [ "${command}" = "clone" -o "${command}" = "fclone" ] ; then
-cline="hg clone ${pull_default}/${i} ${i}"
On 27/06/2012 4:13 AM, Kelly O'Hair wrote:
On Jun 21, 2012, at 6:54 PM, David Holmes wrote:
On 22/06/2012 2:19 AM, Kelly O'Hair wrote:
The key is how you ran the initial clone command, did you do this:
hg clone http://hg.openjdk.java.net/jdk8/tl yourTL
OR
hg clone http://hg.ope
Weiqi Gao ([email protected]) wrote:
> Hi,
>
> I'm trying to build OpenJDK 6 and OpenJDK 7 on a variety of machines.
> I have encountered the following error while building OpenJDK 7
> (http://hg.openjdk.java.net/jdk7/jdk7) on Solaris sparc (SunOS cicada2
> 5.10 Generic_139555-08 sun4u sparc SUNW
Hi,
I'm trying to build OpenJDK 6 and OpenJDK 7 on a variety of machines.
I have encountered the following error while building OpenJDK 7
(http://hg.openjdk.java.net/jdk7/jdk7) on Solaris sparc (SunOS cicada2
5.10 Generic_139555-08 sun4u sparc SUNW,Sun-Blade-1000). I'm using
the suncc5.10 compile
On Jun 21, 2012, at 6:54 PM, David Holmes wrote:
> On 22/06/2012 2:19 AM, Kelly O'Hair wrote:
>> The key is how you ran the initial clone command, did you do this:
>>
>> hg clone http://hg.openjdk.java.net/jdk8/tl yourTL
>>
>> OR
>>
>> hg clone http://hg.openjdk.java.net/jdk8/tl/ yo
Solaris builds will always be tough.
You need particular versions of the C/C++ compilers (cc/CC or Sun Studio, or
now Oracle Solaris Studio) in your PATH.
I'm not sure exactly how this will be dealt with in the new build
infrastructure yet. But I'll be looking at it today hopefully.
-kto
On