[PATCH FOR REVIEW]: Support the alpha architecture

2010-06-03 Thread Andrew John Hughes
Hi, The webrev: http://cr.openjdk.java.net/~andrew/zero/webrev.04/ extends the build changes added as part of the Zero assembler port to also support the alpha architecture. This has been used in IcedTea6 since July 2008. The change to ARCH is necessary so we don't get -Dalpha which conflicts

Re: [PATCH FOR REVIEW]: Support the alpha architecture

2010-06-03 Thread Kelly O'Hair
Basic change seems harmless to me, the _ARCH_ definition is a little concerning, do we need that definition for all arch's or just alpha? I hate to pollute this already overpopulated arch naming mess. :^( How about: CPP_ARCH_FLAGS = -DARCH='"$(ARCH)"' # Alpha arch does not like "alpha" defined

hg: jdk7/build/jdk: 6958257: Add support for alpha

2010-06-03 Thread ahughes
Changeset: fb56f86642d6 Author:andrew Date: 2010-06-03 18:49 +0100 URL: http://hg.openjdk.java.net/jdk7/build/jdk/rev/fb56f86642d6 6958257: Add support for alpha Summary: Allow the Zero port to be built on alpha architectures Reviewed-by: ohair ! make/common/Defs-linux.gmk

Re: [PATCH FOR REVIEW]: Support the alpha architecture

2010-06-03 Thread Andrew John Hughes
On 3 June 2010 18:36, Kelly O'Hair wrote: > Basic change seems harmless to me, the _ARCH_ definition is a little > concerning, do we need > that definition for all arch's or just alpha? > I hate to pollute this already overpopulated arch naming mess. :^( > > How about: > > CPP_ARCH_FLAGS = -DARCH=

hg: jdk7/build/corba: 6958257: Add support for alpha

2010-06-03 Thread ahughes
Changeset: 2657ee0d2d14 Author:andrew Date: 2010-06-03 19:37 +0100 URL: http://hg.openjdk.java.net/jdk7/build/corba/rev/2657ee0d2d14 6958257: Add support for alpha Summary: Allow the Zero port to be built on alpha architectures Reviewed-by: ohair ! make/common/Defs-linux.gmk

Re: [PATCH FOR REVIEW]: Support the alpha architecture

2010-06-03 Thread Alan Bateman
Andrew John Hughes wrote: : Thanks Kelly. Your change does make more sense, especially given we don't yet use the _alpha_ define anyway. I've pushed the revised version: http://hg.openjdk.java.net/jdk7/build/corba/rev/2657ee0d2d14 http://hg.openjdk.java.net/jdk7/build/jdk/rev/fb56f86642d6 Tha

Re: [PATCH FOR REVIEW]: Support the alpha architecture

2010-06-03 Thread Kelly O'Hair
On Jun 3, 2010, at 1:12 PM, Alan Bateman wrote: Andrew John Hughes wrote: : Thanks Kelly. Your change does make more sense, especially given we don't yet use the _alpha_ define anyway. I've pushed the revised version: http://hg.openjdk.java.net/jdk7/build/corba/rev/2657ee0d2d14 http://hg.op

Re: [PATCH FOR REVIEW]: Support the alpha architecture

2010-06-03 Thread Andrew John Hughes
On 3 June 2010 21:12, Alan Bateman wrote: > Andrew John Hughes wrote: >> >> : >> Thanks Kelly.  Your change does make more sense, especially given we >> don't yet use the _alpha_ define anyway.  I've pushed the revised >> version: >> >> http://hg.openjdk.java.net/jdk7/build/corba/rev/2657ee0d2d14

Re: [PATCH FOR REVIEW]: Support the alpha architecture

2010-06-03 Thread Joe Darcy
Andrew John Hughes wrote: On 3 June 2010 21:12, Alan Bateman wrote: Andrew John Hughes wrote: : Thanks Kelly. Your change does make more sense, especially given we don't yet use the _alpha_ define anyway. I've pushed the revised version: http://hg.openjdk.java.net/jdk7/build/corba/r