Re: RFR: JDK-8058631 Rename posix to unix in build system to match file name changes

2014-11-07 Thread Magnus Ihse Bursie
On 2014-11-05 17:13, Volker Simonis wrote: Hi Magnus, I've looked at the change and I think it looks good. For any case I've also run an AIX build with your change applied and didn't encounter any problems. So thumbs up from me! Thanks! Regards, Volker PS: how did you produce a webrev from

Re: RFR: AARCH64: Top-level JDK changes

2014-11-07 Thread Vladimir Kozlov
CCing to build-dev and JDK9-dev since it is top level changes. Note, it will go into staging aarch64 repo. Vladimir On 11/7/14 9:21 AM, Andrew Haley wrote: The first patch: top-level build machinery changes. http://cr.openjdk.java.net/~aph/8064357-rev-1/ Andrew.

Re: RFR: AARCH64: Top-level JDK changes

2014-11-07 Thread Christian Thalinger
> On Nov 7, 2014, at 9:21 AM, Andrew Haley wrote: > > The first patch: top-level build machinery changes. > > http://cr.openjdk.java.net/~aph/8064357-rev-1/ > common/autoconf/flags.m4 +aarch64) + ZERO_ARCHFLAG="" + ;; Why is

Re: RFR: AARCH64: Top-level JDK changes

2014-11-07 Thread Andrew Haley
On 11/07/2014 05:42 PM, Christian Thalinger wrote: > >> On Nov 7, 2014, at 9:21 AM, Andrew Haley wrote: >> >> The first patch: top-level build machinery changes. >> >> http://cr.openjdk.java.net/~aph/8064357-rev-1/ >> > > common/autoconf/flags

Re: RFR: AARCH64: Top-level JDK changes

2014-11-07 Thread Volker Simonis
The changes look good besides the ones to common/autoconf/build-aux/config.sub When we did our initial check-in there have been objections to modify autoconf-config.guess because that one was "copied directly from the autoconf project and should not be modified". I think the same applies to config

Re: RFR: AARCH64: Top-level JDK changes

2014-11-07 Thread Christian Thalinger
> On Nov 7, 2014, at 9:55 AM, Andrew Haley wrote: > > On 11/07/2014 05:42 PM, Christian Thalinger wrote: >> >>> On Nov 7, 2014, at 9:21 AM, Andrew Haley wrote: >>> >>> The first patch: top-level build machinery changes. >>> >>> http://cr.openjdk.java.net/~aph/8064357-rev-1/ >>>

Re: RFR: AARCH64: Top-level JDK changes

2014-11-07 Thread Andrew Haley
On 11/07/2014 06:10 PM, Christian Thalinger wrote: > >> On Nov 7, 2014, at 9:55 AM, Andrew Haley wrote: >> >> On 11/07/2014 05:42 PM, Christian Thalinger wrote: >>> On Nov 7, 2014, at 9:21 AM, Andrew Haley wrote: The first patch: top-level build machinery changes. http:/

Re: RFR: AARCH64: Top-level JDK changes

2014-11-07 Thread Christian Thalinger
> On Nov 7, 2014, at 10:10 AM, Christian Thalinger > wrote: > >> >> On Nov 7, 2014, at 9:55 AM, Andrew Haley wrote: >> >> On 11/07/2014 05:42 PM, Christian Thalinger wrote: >>> On Nov 7, 2014, at 9:21 AM, Andrew Haley wrote: The first patch: top-level build machinery change

Re: RFR: AARCH64: Top-level JDK changes

2014-11-07 Thread Christian Thalinger
> On Nov 7, 2014, at 10:19 AM, Andrew Haley wrote: > > On 11/07/2014 06:10 PM, Christian Thalinger wrote: >> >>> On Nov 7, 2014, at 9:55 AM, Andrew Haley wrote: >>> >>> On 11/07/2014 05:42 PM, Christian Thalinger wrote: > On Nov 7, 2014, at 9:21 AM, Andrew Haley wrote: > >

Re: RFR: AARCH64: Top-level JDK changes

2014-11-07 Thread Andrew Haley
On 11/07/2014 06:00 PM, Volker Simonis wrote: > 3. pull in the new version of config.guess and config.sub from [1] > which already seem to have the changes you need. > > I'm all in favour of point three which would also allow us to get rid > of some of the hacks which are currently in config.guess

adjust-mflags mangles paths into arguments

2014-11-07 Thread Eric Reischer
Steps to reproduce: $ hg clone http://hg.openjdk.java.net/jdk8u/jdk8u jdk8u $ cd jdk8u $ sh get_source.sh $ sh configure --with-freetype-include=/usr/include/freetype2 --with-freetype-lib=/usr/lib/x86_64-linux-gnu --with-debug-level=slowdebug $ LOG=trace JOBS=1 make all {} + echo /home/em