Re: [patch] fix compiler flag for linux sparc targets

2016-09-05 Thread David Holmes
On 5/09/2016 9:33 PM, Erik Joelsson wrote: Patch looks ok. To my knowledge, nobody is actively keeping linux-sparc working in 9, so I would expect it to be broken. It is not a listed platform for 9 or 8 (not even listed as known to be broken): https://wiki.openjdk.java.net/display/Build/Sup

Re: [patch] add zero support for x86_64-linux-gnux32 target

2016-09-05 Thread David Holmes
Hi Severin, Matthias, On 5/09/2016 10:16 PM, Severin Gehwolf wrote: On Mon, 2016-09-05 at 14:03 +0200, Matthias Klose wrote: The attached patch adds support for building zero for the x86_64- linux-gnux32 target, having changes in the build system, hotspot and jdk. - the build system currently

Re: [patch] Fix zero builds for non-listed architectures

2016-09-05 Thread Severin Gehwolf
On Mon, 2016-09-05 at 14:24 +0200, Severin Gehwolf wrote: > On Tue, 2016-08-30 at 14:33 +0200, Matthias Klose wrote: > > > > The zero build for architectures not explicitly listed fails > > currently in > > hotspot, because of an unset macro, and the compiler complains > > about a single -D > > op

Re: [patch] Fix zero builds for non-listed architectures

2016-09-05 Thread Severin Gehwolf
On Tue, 2016-08-30 at 14:33 +0200, Matthias Klose wrote: > The zero build for architectures not explicitly listed fails currently in > hotspot, because of an unset macro, and the compiler complains about a single > -D > option passed. > > Here are two proposals how to fix these: > >  - Not passi

Re: [patch] add zero support for x86_64-linux-gnux32 target

2016-09-05 Thread Severin Gehwolf
On Mon, 2016-09-05 at 14:03 +0200, Matthias Klose wrote: > The attached patch adds support for building zero for the x86_64- > linux-gnux32 > target, having changes in the build system, hotspot and jdk. > >  - the build system currently only derives the target from >    the cpu in PLATFORM_EXTRACT

Re: [patch] add zero support for x86_64-linux-gnux32 target

2016-09-05 Thread Erik Joelsson
Build changes look ok. /Erik On 2016-09-05 14:03, Matthias Klose wrote: The attached patch adds support for building zero for the x86_64-linux-gnux32 target, having changes in the build system, hotspot and jdk. - the build system currently only derives the target from the cpu in PLATFOR

[patch] add zero support for x86_64-linux-gnux32 target

2016-09-05 Thread Matthias Klose
The attached patch adds support for building zero for the x86_64-linux-gnux32 target, having changes in the build system, hotspot and jdk. - the build system currently only derives the target from the cpu in PLATFORM_EXTRACT_VARS_FROM_CPU; that is not enough for the new target, which only d

Re: [patch] fix compiler flag for linux sparc targets

2016-09-05 Thread Erik Joelsson
Patch looks ok. To my knowledge, nobody is actively keeping linux-sparc working in 9, so I would expect it to be broken. /Erik On 2016-09-05 13:10, Matthias Klose wrote: at least in 9b134 the build system currently picks up the wrong compiler flag on linux sparc targets. The patch below only

[patch] fix compiler flag for linux sparc targets

2016-09-05 Thread Matthias Klose
at least in 9b134 the build system currently picks up the wrong compiler flag on linux sparc targets. The patch below only applies it for solaris builds. --- a/common/autoconf/flags.m4 +++ b/common/autoconf/flags.m4 @@ -921,7 +921,7 @@ # Set some additional per-CPU defines. if test "x$OPENJD